Uses of Class
org.xmlunit.diff.Comparison.Detail
-
Packages that use Comparison.Detail Package Description 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.xmlunit.diff
Methods 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 StringComparisonFormatter. getDetails(Comparison.Detail details, ComparisonType type, boolean formatXml)Return the xml node fromgetTarget()as formatted String.StringDefaultComparisonFormatter. getDetails(Comparison.Detail difference, ComparisonType type, boolean formatXml)Return the xml node fromgetTarget()as formatted String.
-