Uses of Class
org.xmlunit.diff.Comparison.Detail
Package
Description
Root of the XMLUnit 1.x compatibility layer.
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of Comparison.Detail in org.custommonkey.xmlunit
Modifier and TypeMethodDescriptionstatic NodeDetail
NewDifferenceEngine.toNodeDetail
(Comparison.Detail detail) Maps node details. -
Uses of Comparison.Detail in org.xmlunit.diff
Modifier and TypeMethodDescriptionComparison.getControlDetails()
Details of the control target.Comparison.getTestDetails()
Details of the test target.Modifier and TypeMethodDescriptionComparisonFormatter.getDetails
(Comparison.Detail details, ComparisonType type, boolean formatXml) Return the xml node fromgetTarget()
as formatted String.DefaultComparisonFormatter.getDetails
(Comparison.Detail difference, ComparisonType type, boolean formatXml) Return the xml node fromgetTarget()
as formatted String.