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 |
---|---|
static NodeDetail |
NewDifferenceEngine.toNodeDetail(Comparison.Detail detail) |
Modifier and Type | Method and Description |
---|---|
Comparison.Detail |
Comparison.getControlDetails()
Details of the control target.
|
Comparison.Detail |
Comparison.getTestDetails()
Details of the test target.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultComparisonFormatter.getDetails(Comparison.Detail difference,
ComparisonType type,
boolean formatXml)
Return the xml node from
getTarget() as formatted String. |
String |
ComparisonFormatter.getDetails(Comparison.Detail details,
ComparisonType type,
boolean formatXml)
Return the xml node from
getTarget() as formatted String. |
Copyright © 2001–2017 XMLUnit. All rights reserved.