Uses of Class
org.xmlunit.diff.Diff
-
Packages that use Diff Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core. -
-
Uses of Diff in org.xmlunit.builder
Methods in org.xmlunit.builder that return Diff Modifier and Type Method Description Diff
DiffBuilder. build()
Compare the Test-XMLDiffBuilder.withTest(Object)
with the Control-XMLDiffBuilder.compare(Object)
and return the collected differences in aDiff
object. -
Uses of Diff in org.xmlunit.matchers
Fields in org.xmlunit.matchers declared as Diff Modifier and Type Field Description private Diff
CompareMatcher. diffResult
-