Uses of Class
org.xmlunit.diff.Comparison.Detail
-
Packages that use Comparison.Detail Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.xmlunit.diff Contains XMLUnitDifferenceEngine
that is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of Comparison.Detail in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit with parameters of type Comparison.Detail Modifier and Type Method Description private boolean
NewDifferenceEngine.IgnoreDoctypeNotPresentDifferences. isDoctype(Comparison.Detail detail)
static NodeDetail
NewDifferenceEngine. toNodeDetail(Comparison.Detail detail)
-
Uses of Comparison.Detail in org.xmlunit.diff
Fields in org.xmlunit.diff declared as Comparison.Detail Modifier and Type Field Description private Comparison.Detail
Comparison. control
private Comparison.Detail
Comparison. test
Methods in org.xmlunit.diff that return Comparison.Detail Modifier and Type Method Description Comparison.Detail
Comparison. getControlDetails()
Details of the control target.Comparison.Detail
Comparison. getTestDetails()
Details of the test target.Methods in org.xmlunit.diff with parameters of type Comparison.Detail Modifier and Type Method Description java.lang.String
ComparisonFormatter. getDetails(Comparison.Detail details, ComparisonType type, boolean formatXml)
Return the xml node fromgetTarget()
as formatted String.java.lang.String
DefaultComparisonFormatter. getDetails(Comparison.Detail difference, ComparisonType type, boolean formatXml)
Return the xml node fromgetTarget()
as formatted String.
-