Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
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. |
Modifier and Type | Method and Description |
---|---|
boolean |
NewDifferenceEngine.ComparisonController2ComparisonController.stopDiffing(Difference difference) |
private static java.lang.Iterable<Difference> |
NewDifferenceEngine.toDifference(Difference d) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Difference> |
DiffBuilder.CollectResultsListener.results |
Modifier and Type | Method and Description |
---|---|
java.util.List<Difference> |
DiffBuilder.CollectResultsListener.getDifferences() |
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<Difference> |
Diff.differences |
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
boolean |
ComparisonControllers.StopComparisonController.stopDiffing(Difference d) |
Constructor and Description |
---|
Diff(javax.xml.transform.Source controlSource,
javax.xml.transform.Source testSource,
ComparisonFormatter formatter,
java.lang.Iterable<Difference> differences) |
Diff(javax.xml.transform.Source controlSource,
javax.xml.transform.Source testSource,
java.lang.Iterable<Difference> differences) |