Package org.xmlunit.matchers
Hamcrest matchers on top of XMLUnit's core.
-
Class Summary Class Description CompareMatcher This HamcrestMatchercompares two XML sources with each others.EvaluateXPathMatcher This HamcrestMatcherverifies whether the evaluation of the provided XPath expression corresponds to the value matcher specified for the provided input XML object.HasXPathMatcher This HamcrestMatcherverifies whether the provided XPath expression corresponds to at least one element in the provided object.TypeMatcher<T> This HamcrestMatcheris base Matcher to verify whether examined string value is convertible to the specified type and whether converted value corresponds to the given value valueMatcher.TypeMatcher.BigDecimalTypeMatcher TypeMatcher.BooleanTypeMatcher TypeMatcher.DoubleTypeMatcher TypeMatcher.IntegerTypeMatcher ValidationMatcher Hamcrest Matcher for XML Validation against W3C XML Schema usingJAXPValidator.ValidationMatcher.HasSystemIdPredicate