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.assertj AssertJ assertions on top of XMLUnit's core.org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.diff Contains XMLUnitDifferenceEngine
that 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 class
NewDifferenceEngine.CompareUnmatchedNodeMatcher
Fields in org.custommonkey.xmlunit declared as NodeMatcher Modifier and Type Field Description private NodeMatcher
NewDifferenceEngine.CompareUnmatchedNodeMatcher. nestedMatcher
Constructors in org.custommonkey.xmlunit with parameters of type NodeMatcher Constructor Description CompareUnmatchedNodeMatcher(NodeMatcher nested)
-
Uses of NodeMatcher in org.xmlunit.assertj
Methods in org.xmlunit.assertj with parameters of type NodeMatcher Modifier and Type Method Description CompareAssert
CompareAssert. 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 NodeMatcher
DiffBuilder. nodeMatcher
Methods in org.xmlunit.builder with parameters of type NodeMatcher Modifier and Type Method Description DiffBuilder
DiffBuilder. withNodeMatcher(NodeMatcher nodeMatcher)
Sets the strategy for selecting nodes to compare.D
DifferenceEngineConfigurer. 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 class
DefaultNodeMatcher
Default implemetation ofNodeMatcher
that matches control and tests nodes for comparison with the help ofDefaultNodeMatcher.NodeTypeMatcher
andElementSelector
s.Fields in org.xmlunit.diff declared as NodeMatcher Modifier and Type Field Description private NodeMatcher
AbstractDifferenceEngine. nodeMatcher
Methods in org.xmlunit.diff that return NodeMatcher Modifier and Type Method Description protected NodeMatcher
AbstractDifferenceEngine. getNodeMatcher()
Provides access to the configured NodeMatcher.Methods in org.xmlunit.diff with parameters of type NodeMatcher Modifier and Type Method Description void
AbstractDifferenceEngine. setNodeMatcher(NodeMatcher n)
void
DifferenceEngine. 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 CompareMatcher
CompareMatcher. withNodeMatcher(NodeMatcher nodeMatcher)
-