Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
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. |
org.xmlunit.matchers |
Hamcrest matchers on top of XMLUnit's core.
|
Class and Description |
---|
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.
|
ComparisonListener
Is notified of comparisions and their results.
|
ComparisonResult
The possible outcomes of a comparision.
|
Difference
Combines a
Comparison and its result . |
DifferenceEvaluator
May decide to up- or downgrade the severity of a difference.
|
ElementSelector
Strategy used by
DefaultNodeMatcher for selecting matching
elements. |
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
ElementSelector s 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 . |
Class and Description |
---|
ComparisonFormatter
Formatter methods for a
Comparison Object. |
ComparisonListener
Is notified of comparisions and their results.
|
DifferenceEvaluator
May decide to up- or downgrade the severity of a difference.
|
NodeMatcher
Strategy that matches control and tests nodes for comparison.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.