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