Ejemplo n.º 1
0
 public static void main(String[] args) throws Throwable {
   try {
     realMain(args);
   } catch (Throwable t) {
     unexpected(t);
   }
   System.out.printf("%nPassed = %d, failed = %d%n%n", passed, failed);
   if (failed > 0) throw new AssertionError("Some tests failed");
 }