public interface ItemChecker
| Modifier and Type | Method and Description |
|---|---|
void |
check(List<String> values)
Checks the validity of the parameters.
|
void check(List<String> values) throws ItemCheckerTestFailureException
values - the values to testItemCheckerTestFailureException - if the test failed