| Package | Description |
|---|---|
| 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 |
|---|---|
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–2020 XMLUnit. All rights reserved.