Uses of Class
org.xmlunit.diff.Difference
Packages that use Difference
Package
Description
Root of the XMLUnit 1.x compatibility layer.
Provides fluent builders for core parts of XMLUnit.
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 TypeMethodDescriptionbooleanNewDifferenceEngine.ComparisonController2ComparisonController.stopDiffing(Difference difference) private static Iterable<Difference> NewDifferenceEngine.toDifference(Difference d) -
Uses of Difference in org.xmlunit.builder
Fields in org.xmlunit.builder with type parameters of type DifferenceModifier and TypeFieldDescriptionprivate final List<Difference> DiffBuilder.CollectResultsListener.resultsMethods in org.xmlunit.builder that return types with arguments of type Difference -
Uses of Difference in org.xmlunit.diff
Fields in org.xmlunit.diff with type parameters of type DifferenceMethods 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.booleanComparisonControllers.StopComparisonController.stopDiffing(Difference d) Constructor parameters in org.xmlunit.diff with type arguments of type DifferenceModifierConstructorDescriptionDiff(Source controlSource, Source testSource, Iterable<Difference> differences) Diff(Source controlSource, Source testSource, ComparisonFormatter formatter, Iterable<Difference> differences)