Uses of Interface
org.xmlunit.diff.NodeMatcher
Packages that use NodeMatcher
Package
Description
Root of the XMLUnit 1.x compatibility layer.
AssertJ 3.x assertions on top of XMLUnit's core.
Provides fluent builders for core parts of XMLUnit.
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations.Hamcrest matchers on top of XMLUnit's core.
-
Uses of NodeMatcher in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement NodeMatcherModifier and TypeClassDescriptionprivate static classFields in org.custommonkey.xmlunit declared as NodeMatcherModifier and TypeFieldDescriptionprivate final NodeMatcherNewDifferenceEngine.CompareUnmatchedNodeMatcher.nestedMatcherConstructors in org.custommonkey.xmlunit with parameters of type NodeMatcher -
Uses of NodeMatcher in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 with parameters of type NodeMatcherModifier and TypeMethodDescriptionCompareAssert.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 NodeMatcherMethods in org.xmlunit.builder with parameters of type NodeMatcherModifier and TypeMethodDescriptionDiffBuilder.withNodeMatcher(NodeMatcher nodeMatcher) Sets the strategy for selecting nodes to compare.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 NodeMatcherModifier and TypeClassDescriptionclassDefault implemetation ofNodeMatcherthat matches control and tests nodes for comparison with the help ofDefaultNodeMatcher.NodeTypeMatcherandElementSelectors.Fields in org.xmlunit.diff declared as NodeMatcherMethods in org.xmlunit.diff that return NodeMatcherModifier and TypeMethodDescriptionprotected NodeMatcherAbstractDifferenceEngine.getNodeMatcher()Provides access to the configured NodeMatcher.Methods in org.xmlunit.diff with parameters of type NodeMatcherModifier and TypeMethodDescriptionvoidAbstractDifferenceEngine.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