Uses of Class
org.xmlunit.diff.Difference
-
Packages that use Difference Package Description org.xmlunit.diff Contains XMLUnitDifferenceEnginethat 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 Difference Modifier and Type Method Description Iterable<Difference>Diff. getDifferences()Methods in org.xmlunit.diff with parameters of type Difference Modifier and Type Method Description booleanComparisonController. 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 Difference Constructor Description Diff(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.
-