Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
Modifier and Type | Method and Description |
---|---|
boolean |
NewDifferenceEngine.ComparisonController2ComparisonController.stopDiffing(Difference difference) |
Modifier and Type | Method and Description |
---|---|
Iterable<Difference> |
Diff.getDifferences() |
Modifier and Type | Method and Description |
---|---|
boolean |
ComparisonController.stopDiffing(Difference difference)
May instruct the difference engine to stop the whole comparison process.
|
Constructor and Description |
---|
Diff(Source controlSource,
Source testSource,
ComparisonFormatter formatter,
Iterable<Difference> differences) |
Diff(Source controlSource,
Source testSource,
Iterable<Difference> differences) |
Copyright © 2001–2017 XMLUnit. All rights reserved.