public interface ValidationMatcher
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String fieldName,
String value,
String control,
TestContext context)
Method called on validation.
|
void validate(String fieldName, String value, String control, TestContext context) throws ValidationException
fieldName - the fieldName for logging purpose.value - the value to be validated.control - the control value.context - ValidationException - when validation failsCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.