Exemple #1
0
 public void assertTrue(boolean b) {
   try {
     Assert.assertTrue(b);
   } catch (Error e) {
     lastTestFailed = true;
     throw e;
   }
 }