break;
case FIELD:
match = p.matcher(records[csvCase.fieldToMatch()]);
break;
default:
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());