| 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)
Encapsulates the compared sources and the differences found.
|
Diff(Source controlSource,
Source testSource,
Iterable<Difference> differences)
Encapsulates the compared sources and the differences found.
|
Copyright © 2001–2025 XMLUnit. All rights reserved.