Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Method and Description |
---|---|
void |
Diff.overrideMatchTracker(MatchTracker delegate)
Override the
MatchTracker used to track
successfully matched nodes. |
void |
DifferenceEngineContract.setMatchTracker(MatchTracker matchTracker) |
void |
DifferenceEngine.setMatchTracker(MatchTracker matchTracker) |
void |
NewDifferenceEngine.setMatchTracker(MatchTracker matchTracker) |
Constructor and Description |
---|
DifferenceEngine(ComparisonController controller,
MatchTracker matchTracker)
Simple constructor
|
MatchTracker2ComparisonListener(MatchTracker m) |
NewDifferenceEngine(ComparisonController controller,
MatchTracker matchTracker)
Simple constructor
|
Copyright © 2001–2017 XMLUnit. All rights reserved.