Uses of Class
org.xmlunit.diff.Diff
Packages that use Diff
Package
Description
Provides fluent builders for core parts of XMLUnit.
Hamcrest matchers on top of XMLUnit's core.
-
Uses of Diff in org.xmlunit.builder
Methods in org.xmlunit.builder that return DiffModifier and TypeMethodDescriptionDiffBuilder.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