Example #1
0
 @After
 public void tearDown() throws Exception {
   if (!errorList.isEmpty()) {
     logger.debug(errorList.toString());
     errorList.clear();
   }
 }
Example #2
0
 private void assertError(MZTabErrorType errorType) {
   assertTrue(errorList.getError(errorList.size() - 1).getType() == errorType);
 }