Uses of Class
org.xmlunit.diff.Difference
Packages that use Difference
Package
Description
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
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 TypeMethodDescriptionbooleanComparisonController.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.