LOGGER.fatal("Match type not found: " + csvCase.matchType());
throw new RuntimeException("Match time not found: " + csvCase.matchType());
}
Method method = caseHolder.getMethod();
LOGGER.info(method.getName() + ": " + csvCase.description());
if (match.matches()) {
isMatch = true;
LOGGER.info(" -> match!");