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