Uses of Interface
com.consol.citrus.validation.matcher.ValidationMatcher
-
Packages that use ValidationMatcher Package Description com.consol.citrus.validation.matcher -
-
Uses of ValidationMatcher in com.consol.citrus.validation.matcher
Fields in com.consol.citrus.validation.matcher with type parameters of type ValidationMatcher Modifier and Type Field Description static Map<String,ValidationMatcher>ValidationMatcher. matcherMethods in com.consol.citrus.validation.matcher that return ValidationMatcher Modifier and Type Method Description ValidationMatcherValidationMatcherLibrary. getValidationMatcher(String validationMatcherName)Try to find validationMatcher in library by name.Methods in com.consol.citrus.validation.matcher that return types with arguments of type ValidationMatcher Modifier and Type Method Description Map<String,ValidationMatcher>ValidationMatcherLibrary. getMembers()Gets the matcher library members.static Map<String,ValidationMatcher>ValidationMatcher. lookup()Resolves all available validators from resource path lookup.Method parameters in com.consol.citrus.validation.matcher with type arguments of type ValidationMatcher Modifier and Type Method Description voidValidationMatcherLibrary. setMembers(Map<String,ValidationMatcher> members)Set the validationMatcher library content.
-