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 XMLUnitDifferenceEnginethat 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 booleanNewDifferenceEngine.IgnoreDoctypeNotPresentDifferences. isDoctype(Comparison.Detail detail)static NodeDetailNewDifferenceEngine. 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.DetailComparison. controlprivate Comparison.DetailComparison. testMethods in org.xmlunit.diff that return Comparison.Detail Modifier and Type Method Description Comparison.DetailComparison. getControlDetails()Details of the control target.Comparison.DetailComparison. getTestDetails()Details of the test target.Methods in org.xmlunit.diff with parameters of type Comparison.Detail Modifier and Type Method Description java.lang.StringComparisonFormatter. getDetails(Comparison.Detail details, ComparisonType type, boolean formatXml)Return the xml node fromgetTarget()as formatted String.java.lang.StringDefaultComparisonFormatter. getDetails(Comparison.Detail difference, ComparisonType type, boolean formatXml)Return the xml node fromgetTarget()as formatted String.
-