Uses of Class
org.xmlunit.diff.Difference
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 Difference in org.custommonkey.xmlunit
Modifier and TypeMethodDescriptionboolean
NewDifferenceEngine.ComparisonController2ComparisonController.stopDiffing
(Difference difference) -
Uses of Difference in org.xmlunit.diff
Modifier and TypeMethodDescriptionboolean
ComparisonController.stopDiffing
(Difference difference) May instruct the difference engine to stop the whole comparison process.ModifierConstructorDescriptionDiff
(Source controlSource, Source testSource, Iterable<Difference> differences) Encapsulates the compared sources and the differences found.Diff
(Source controlSource, Source testSource, ComparisonFormatter formatter, Iterable<Difference> differences) Encapsulates the compared sources and the differences found.