Uses of Interface
org.xmlunit.diff.NodeMatcher
-
Packages that use NodeMatcher Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core.org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations.org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core. -
-
Uses of NodeMatcher in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement NodeMatcher Modifier and Type Class Description private static classNewDifferenceEngine.CompareUnmatchedNodeMatcherFields in org.custommonkey.xmlunit declared as NodeMatcher Modifier and Type Field Description private NodeMatcherNewDifferenceEngine.CompareUnmatchedNodeMatcher. nestedMatcherConstructors in org.custommonkey.xmlunit with parameters of type NodeMatcher Constructor Description CompareUnmatchedNodeMatcher(NodeMatcher nested) -
Uses of NodeMatcher in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 with parameters of type NodeMatcher Modifier and Type Method Description CompareAssertCompareAssert. withNodeMatcher(NodeMatcher nodeMatcher)Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.builder
Fields in org.xmlunit.builder declared as NodeMatcher Modifier and Type Field Description private NodeMatcherDiffBuilder. nodeMatcherMethods in org.xmlunit.builder with parameters of type NodeMatcher Modifier and Type Method Description DiffBuilderDiffBuilder. withNodeMatcher(NodeMatcher nodeMatcher)Sets the strategy for selecting nodes to compare.DDifferenceEngineConfigurer. withNodeMatcher(NodeMatcher nodeMatcher)Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.diff
Classes in org.xmlunit.diff that implement NodeMatcher Modifier and Type Class Description classDefaultNodeMatcherDefault implemetation ofNodeMatcherthat matches control and tests nodes for comparison with the help ofDefaultNodeMatcher.NodeTypeMatcherandElementSelectors.Fields in org.xmlunit.diff declared as NodeMatcher Modifier and Type Field Description private NodeMatcherAbstractDifferenceEngine. nodeMatcherMethods in org.xmlunit.diff that return NodeMatcher Modifier and Type Method Description protected NodeMatcherAbstractDifferenceEngine. getNodeMatcher()Provides access to the configured NodeMatcher.Methods in org.xmlunit.diff with parameters of type NodeMatcher Modifier and Type Method Description voidAbstractDifferenceEngine. setNodeMatcher(NodeMatcher n)voidDifferenceEngine. setNodeMatcher(NodeMatcher n)Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.matchers
Methods in org.xmlunit.matchers with parameters of type NodeMatcher Modifier and Type Method Description CompareMatcherCompareMatcher. withNodeMatcher(NodeMatcher nodeMatcher)
-