Package | Description |
---|---|
org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine 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.
|
Modifier and Type | Method and Description |
---|---|
DiffBuilder |
DiffBuilder.withNodeMatcher(NodeMatcher nodeMatcher)
Sets the strategy for selecting nodes to compare.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNodeMatcher
Default implemetation of
NodeMatcher that matches control
and tests nodes for comparison with the help of DefaultNodeMatcher.NodeTypeMatcher and ElementSelector s. |
Modifier and Type | Method and Description |
---|---|
protected NodeMatcher |
AbstractDifferenceEngine.getNodeMatcher()
Provides access to the configured NodeMatcher.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDifferenceEngine.setNodeMatcher(NodeMatcher n) |
void |
DifferenceEngine.setNodeMatcher(NodeMatcher n)
Sets the strategy for selecting nodes to compare.
|
Modifier and Type | Method and Description |
---|---|
CompareMatcher |
CompareMatcher.withNodeMatcher(NodeMatcher nodeMatcher) |
Copyright © 2001–2017 XMLUnit. All rights reserved.