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