Uses of Interface
org.xmlunit.diff.NodeMatcher
Package
Description
AssertJ assertions on top of XMLUnit's core.
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.xmlunit.assertj
Modifier and TypeMethodDescriptionCompareAssert.withNodeMatcher
(NodeMatcher nodeMatcher) Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.assertj3
Modifier and TypeMethodDescriptionCompareAssert.withNodeMatcher
(NodeMatcher nodeMatcher) Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.builder
Modifier 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
Modifier and TypeClassDescriptionclass
Default implemetation ofNodeMatcher
that matches control and tests nodes for comparison with the help ofDefaultNodeMatcher.NodeTypeMatcher
andElementSelector
s.Modifier and TypeMethodDescriptionprotected NodeMatcher
AbstractDifferenceEngine.getNodeMatcher()
Provides access to the configured NodeMatcher.Modifier and TypeMethodDescriptionvoid
AbstractDifferenceEngine.setNodeMatcher
(NodeMatcher n) void
DifferenceEngine.setNodeMatcher
(NodeMatcher n) Sets the strategy for selecting nodes to compare. -
Uses of NodeMatcher in org.xmlunit.matchers