| Package | Description |
|---|---|
| org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
| org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
| Class and Description |
|---|
| ComparisonController
Decides whether the difference engine should stop the whole
comparison process because of the current difference.
|
| ComparisonFormatter
Formatter methods for a
Comparison Object. |
| ComparisonListener
Is notified of comparisions and their results.
|
| Diff
The Diff-Object is the result of two comparisons.
|
| DifferenceEvaluator
May decide to up- or downgrade the severity of a difference.
|
| NodeMatcher
Strategy that matches control and tests nodes for comparison.
|
| Class and Description |
|---|
| AbstractDifferenceEngine
Useful base-implementation of some parts of the DifferenceEngine
interface.
|
| AbstractDifferenceEngine.ComparisonState
Encapsulates the current result and a flag that
indicates whether comparison should be stopped.
|
| AbstractDifferenceEngine.DeferredComparison
Encapsulates a comparison that may or may not be performed.
|
| Comparison
Details of a single comparison XMLUnit has performed.
|
| Comparison.Detail
The details of a target (usually some representation of an XML
Node) that took part in the comparison.
|
| ComparisonController
Decides whether the difference engine should stop the whole
comparison process because of the current difference.
|
| ComparisonFormatter
Formatter methods for a
Comparison Object. |
| ComparisonListener
Is notified of comparisions and their results.
|
| ComparisonResult
The possible outcomes of a comparision.
|
| ComparisonType
The kinds of comparisons XMLUnit performs.
|
| DefaultNodeMatcher.NodeTypeMatcher
Determines whether two Nodes are eligible for comparison based
on their node type.
|
| Difference
Combines a
Comparison and its result. |
| DifferenceEngine
XMLUnit's difference engine.
|
| DifferenceEvaluator
May decide to up- or downgrade the severity of a difference.
|
| ElementSelector
Strategy used by
DefaultNodeMatcher for selecting matching
elements. |
| ElementSelectors.ConditionalSelectorBuilder
Allows to build complex
ElementSelectors by combining simpler blocks. |
| ElementSelectors.ConditionalSelectorBuilderThen |
| NodeMatcher
Strategy that matches control and tests nodes for comparison.
|
| XPathContext
Helper class that keeps track of the XPath of matched nodes during
comparison.
|
| XPathContext.NodeInfo
Representation of a node used by
XPathContext. |
Copyright © 2001–2025 XMLUnit. All rights reserved.