CompareAssert |
XmlAssert.and(java.lang.Object control) |
Create CompareAssert for given control XML source and actual XML source.
|
CompareAssert |
CompareAssert.areIdentical() |
Check if actual and control XMLs are identical.
|
CompareAssert |
CompareAssert.areNotIdentical() |
Check if actual and control XMLs are not identical.
|
CompareAssert |
CompareAssert.areNotSimilar() |
Check if actual and control XMLs are not similar.
|
CompareAssert |
CompareAssert.areSimilar() |
Check if actual and control XMLs are similar.
|
CompareAssert |
CompareAssert.ignoreChildNodesOrder() |
Equivalent for
|
CompareAssert |
CompareAssert.ignoreComments() |
Will remove all comment-Tags "<!-- Comment -->" from test- and control-XML before comparing.
|
CompareAssert |
CompareAssert.ignoreCommentsUsingXSLTVersion(java.lang.String xsltVersion) |
Will remove all comment-Tags "<!-- Comment -->" from test- and control-XML before comparing.
|
CompareAssert |
CompareAssert.ignoreElementContentWhitespace() |
Ignore element content whitespace by removing all text nodes solely consisting of whitespace.
|
CompareAssert |
CompareAssert.ignoreWhitespace() |
Ignore whitespace by removing all empty text nodes and trimming the non-empty ones.
|
CompareAssert |
CompareAssert.normalizeWhitespace() |
Normalize Text-Elements by removing all empty text nodes and normalizing the non-empty ones.
|
CompareAssert |
CompareAssert.withAttributeFilter(org.xmlunit.util.Predicate<org.w3c.dom.Attr> attributeFilter) |
CompareAssert |
CompareAssert.withComparisonController(org.xmlunit.diff.ComparisonController comparisonController) |
CompareAssert |
CompareAssert.withComparisonFormatter(org.xmlunit.diff.ComparisonFormatter formatter) |
CompareAssert |
CompareAssert.withComparisonListeners(org.xmlunit.diff.ComparisonListener... comparisonListeners) |
CompareAssert |
CompareAssert.withDifferenceEvaluator(org.xmlunit.diff.DifferenceEvaluator differenceEvaluator) |
CompareAssert |
CompareAssert.withDifferenceListeners(org.xmlunit.diff.ComparisonListener... comparisonListeners) |
CompareAssert |
CompareAssert.withDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory f) |
Sets the DocumentBuilderFactory to use when creating a Document from the Sources to compare.
|
CompareAssert |
CompareAssert.withNamespaceContext(java.util.Map<java.lang.String,java.lang.String> prefix2Uri) |
CompareAssert |
CompareAssert.withNodeFilter(org.xmlunit.util.Predicate<org.w3c.dom.Node> nodeFilter) |
CompareAssert |
CompareAssert.withNodeMatcher(org.xmlunit.diff.NodeMatcher nodeMatcher) |