Uses of Class
org.xmlunit.diff.Difference
Packages that use 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
Methods in org.custommonkey.xmlunit with parameters of type DifferenceModifier and TypeMethodDescriptionboolean
NewDifferenceEngine.ComparisonController2ComparisonController.stopDiffing
(Difference difference) -
Uses of Difference in org.xmlunit.diff
Methods in org.xmlunit.diff that return types with arguments of type DifferenceMethods in org.xmlunit.diff with parameters of type DifferenceModifier and TypeMethodDescriptionboolean
ComparisonController.stopDiffing
(Difference difference) May instruct the difference engine to stop the whole comparison process.Constructor parameters in org.xmlunit.diff with type arguments of type DifferenceModifierConstructorDescriptionDiff
(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.