public interface ValidationMatcher
Modifier and Type | Method and Description |
---|---|
void |
validate(String fieldName,
String value,
List<String> controlParameters,
TestContext context)
Method called on validation.
|
void validate(String fieldName, String value, List<String> controlParameters, TestContext context) throws ValidationException
fieldName
- the fieldName for logging purpose.value
- the value to be validated.controlParameters
- the control parameters.context
- ValidationException
- when validation failsCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.