コード例 #1
0
 private static boolean allFailed(final Counts counts) {
   return counts.getError() != 0 && counts.getSuccess() == 0;
 }