Uses of Class
org.xmlunit.assertj3.CompareAssert
Packages that use CompareAssert
-
Uses of CompareAssert in org.xmlunit.assertj3
Subclasses with type arguments of type CompareAssert in org.xmlunit.assertj3Classes in org.xmlunit.assertj3 that implement interfaces with type arguments of type CompareAssertMethods in org.xmlunit.assertj3 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 "<!-- Comment -->" from test- and control-XML before comparing.CompareAssert.ignoreCommentsUsingXSLTVersion(String xsltVersion) Will remove all comment-Tags "<!-- Comment -->" from test- and control-XML before comparing.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(org.xmlunit.util.Predicate<Attr> attributeFilter) CompareAssert.withComparisonController(org.xmlunit.diff.ComparisonController comparisonController) CompareAssert.withComparisonFormatter(org.xmlunit.diff.ComparisonFormatter formatter) CompareAssert.withComparisonListeners(org.xmlunit.diff.ComparisonListener... comparisonListeners) CompareAssert.withDifferenceEvaluator(org.xmlunit.diff.DifferenceEvaluator differenceEvaluator) CompareAssert.withDifferenceListeners(org.xmlunit.diff.ComparisonListener... comparisonListeners) CompareAssert.withDocumentBuilderFactory(DocumentBuilderFactory f) CompareAssert.withNamespaceContext(Map<String, String> prefix2Uri) CompareAssert.withNodeFilter(org.xmlunit.util.Predicate<Node> nodeFilter) CompareAssert.withNodeMatcher(org.xmlunit.diff.NodeMatcher nodeMatcher)