Uses of Package
org.xmlunit.diff
Packages that use org.xmlunit.diff
Package
Description
Provides fluent builders for core parts of XMLUnit.
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Classes in org.xmlunit.diff used by org.xmlunit.builderClassDescriptionDecides whether the difference engine should stop the whole comparison process because of the current difference.Formatter methods for a
ComparisonObject.Is notified of comparisions and their results.The Diff-Object is the result of two comparisons.May decide to up- or downgrade the severity of a difference.Strategy that matches control and tests nodes for comparison. -
Classes in org.xmlunit.diff used by org.xmlunit.diffClassDescriptionUseful base-implementation of some parts of the DifferenceEngine interface.Encapsulates the current result and a flag that indicates whether comparison should be stopped.Encapsulates a comparison that may or may not be performed.Details of a single comparison XMLUnit has performed.The details of a target (usually some representation of an XML Node) that took part in the comparison.Decides whether the difference engine should stop the whole comparison process because of the current difference.Formatter methods for a
ComparisonObject.Is notified of comparisions and their results.The possible outcomes of a comparision.The kinds of comparisons XMLUnit performs.Determines whether two Nodes are eligible for comparison based on their node type.Combines aComparisonand itsresult.XMLUnit's difference engine.May decide to up- or downgrade the severity of a difference.Strategy used byDefaultNodeMatcherfor selecting matching elements.Allows to build complexElementSelectors by combining simpler blocks.Strategy that matches control and tests nodes for comparison.Helper class that keeps track of the XPath of matched nodes during comparison.Representation of a node used byXPathContext.