Uses of Class
org.xmlunit.assertj.CompareAssert
Packages that use CompareAssert
-
Uses of CompareAssert in org.xmlunit.assertj
Methods in org.xmlunit.assertj that return CompareAssertModifier and TypeMethodDescriptionCreateCompareAssertfor given control XML source and actual XML source.CompareAssert.areIdentical()Check if actual and control XMLs are identical.CompareAssert.areNotIdentical()Check if actual and control XMLs are not identical.CompareAssert.areNotSimilar()Check if actual and control XMLs are not similar.CompareAssert.areSimilar()Check if actual and control XMLs are similar.CompareAssert.ignoreChildNodesOrder()Equivalent forCompareAssert.ignoreComments()Will remove all comment-Tags "<!CompareAssert.ignoreCommentsUsingXSLTVersion(String xsltVersion) Will remove all comment-Tags "<!CompareAssert.ignoreElementContentWhitespace()Ignore element content whitespace by removing all text nodes solely consisting of whitespace.CompareAssert.ignoreWhitespace()Ignore whitespace by removing all empty text nodes and trimming the non-empty ones.CompareAssert.normalizeWhitespace()Normalize Text-Elements by removing all empty text nodes and normalizing the non-empty ones.CompareAssert.withAttributeFilter(Predicate<Attr> attributeFilter) CompareAssert.withComparisonController(ComparisonController comparisonController) CompareAssert.withComparisonFormatter(ComparisonFormatter formatter) CompareAssert.withComparisonListeners(ComparisonListener... comparisonListeners) CompareAssert.withDifferenceEvaluator(DifferenceEvaluator differenceEvaluator) CompareAssert.withDifferenceListeners(ComparisonListener... comparisonListeners) CompareAssert.withDocumentBuilderFactory(DocumentBuilderFactory f) CompareAssert.withNamespaceContext(Map<String, String> prefix2Uri) CompareAssert.withNodeFilter(Predicate<Node> nodeFilter) CompareAssert.withNodeMatcher(NodeMatcher nodeMatcher)