Uses of Class
org.xmlunit.diff.Difference
-
Packages that use Difference Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.diff Contains XMLUnitDifferenceEngine
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 Difference Modifier and Type Method Description boolean
NewDifferenceEngine.ComparisonController2ComparisonController. stopDiffing(Difference difference)
private static java.lang.Iterable<Difference>
NewDifferenceEngine. toDifference(Difference d)
-
Uses of Difference in org.xmlunit.builder
Fields in org.xmlunit.builder with type parameters of type Difference Modifier and Type Field Description private java.util.List<Difference>
DiffBuilder.CollectResultsListener. results
Methods in org.xmlunit.builder that return types with arguments of type Difference Modifier and Type Method Description java.util.List<Difference>
DiffBuilder.CollectResultsListener. getDifferences()
-
Uses of Difference in org.xmlunit.diff
Fields in org.xmlunit.diff with type parameters of type Difference Modifier and Type Field Description private java.lang.Iterable<Difference>
Diff. differences
Methods in org.xmlunit.diff that return types with arguments of type Difference Modifier and Type Method Description java.lang.Iterable<Difference>
Diff. getDifferences()
Methods in org.xmlunit.diff with parameters of type Difference Modifier and Type Method Description boolean
ComparisonController. stopDiffing(Difference difference)
May instruct the difference engine to stop the whole comparison process.boolean
ComparisonControllers.StopComparisonController. stopDiffing(Difference d)
Constructor parameters in org.xmlunit.diff with type arguments of type Difference Constructor Description Diff(javax.xml.transform.Source controlSource, javax.xml.transform.Source testSource, java.lang.Iterable<Difference> differences)
Diff(javax.xml.transform.Source controlSource, javax.xml.transform.Source testSource, ComparisonFormatter formatter, java.lang.Iterable<Difference> differences)
-