Uses of Class
org.xmlunit.diff.Diff
-
Packages that use Diff Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit. -
-
Uses of Diff in org.xmlunit.builder
Methods in org.xmlunit.builder that return Diff Modifier and Type Method Description DiffDiffBuilder. build()Compare the Test-XMLDiffBuilder.withTest(Object)with the Control-XMLDiffBuilder.compare(Object)and return the collected differences in aDiffobject.
-