Class XmlValidationMatcher
java.lang.Object
org.citrusframework.validation.matcher.core.XmlValidationMatcher
- All Implemented Interfaces:
ValidationMatcher
Validation matcher receives a XML data and validates it against expected XML with full
XML validation support (e.g. ignoring elements, namespace support, ...).
- Author:
- Christoph Deppisch
-
Field Summary
FieldsFields inherited from interface org.citrusframework.validation.matcher.ValidationMatcher
matcher, RESOURCE_PATH -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_XML_MESSAGE_VALIDATOR
- See Also:
-
-
Constructor Details
-
XmlValidationMatcher
public XmlValidationMatcher()
-
-
Method Details
-
validate
public void validate(String fieldName, String value, List<String> controlParameters, TestContext context) throws org.citrusframework.exceptions.ValidationException - Specified by:
validatein interfaceValidationMatcher- Throws:
org.citrusframework.exceptions.ValidationException
-