Uses of Class
org.xmlunit.matchers.CompareMatcher
-
Packages that use CompareMatcher Package Description org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core. -
-
Uses of CompareMatcher in org.xmlunit.matchers
Methods in org.xmlunit.matchers that return CompareMatcher Modifier and Type Method Description private CompareMatcherCompareMatcher. checkForIdentical()private CompareMatcherCompareMatcher. checkForSimilar()CompareMatcherCompareMatcher. ignoreComments()CompareMatcherCompareMatcher. ignoreCommentsUsingXSLTVersion(java.lang.String xsltVersion)CompareMatcherCompareMatcher. ignoreElementContentWhitespace()CompareMatcherCompareMatcher. ignoreWhitespace()static CompareMatcherCompareMatcher. isIdenticalTo(java.lang.Object control)Create aCompareMatcherwhich compares the test-Object with the given control Object for identity.static CompareMatcherCompareMatcher. isSimilarTo(java.lang.Object control)Create aCompareMatcherwhich compares the test-Object with the given control Object for similarity.CompareMatcherCompareMatcher. normalizeWhitespace()CompareMatcherCompareMatcher. throwComparisonFailure()Instead of Matcher returningfalseaComparisonFailurewill be thrown.CompareMatcherCompareMatcher. withAttributeFilter(Predicate<org.w3c.dom.Attr> attributeFilter)CompareMatcherCompareMatcher. withComparisonController(ComparisonController comparisonController)Throws an exception as you theComparisonControlleris completely determined by the factory method used.CompareMatcherCompareMatcher. withComparisonFormatter(ComparisonFormatter comparisonFormatter)Use a custom Formatter for the Error Messages.CompareMatcherCompareMatcher. withComparisonListeners(ComparisonListener... comparisonListeners)CompareMatcherCompareMatcher. withDifferenceEvaluator(DifferenceEvaluator differenceEvaluator)CompareMatcherCompareMatcher. withDifferenceListeners(ComparisonListener... comparisonListeners)CompareMatcherCompareMatcher. withDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory f)CompareMatcherCompareMatcher. withNamespaceContext(java.util.Map<java.lang.String,java.lang.String> prefix2Uri)CompareMatcherCompareMatcher. withNodeFilter(Predicate<org.w3c.dom.Node> nodeFilter)CompareMatcherCompareMatcher. withNodeMatcher(NodeMatcher nodeMatcher)
-