public final class ValidationMatcherUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getParameterListAsString(List<String> parameters) |
static boolean |
isValidationMatcherExpression(String expression)
Checks if expression is a validation matcher expression.
|
static void |
resolveValidationMatcher(String fieldName,
String fieldValue,
String validationMatcherExpression,
TestContext context)
This method resolves a custom validationMatcher to its respective result.
|
public static void resolveValidationMatcher(String fieldName, String fieldValue, String validationMatcherExpression, TestContext context)
fieldName
- the name of the fieldfieldValue
- the value of the fieldvalidationMatcherExpression
- to evaluate.context
- the test contextpublic static boolean isValidationMatcherExpression(String expression)
expression
- the expression to checkCopyright © 2008–2017 ConSol Software GmbH. All rights reserved.