Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
Modifier and Type | Method and Description |
---|---|
ComparisonResult |
NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.evaluate(Comparison comparison,
ComparisonResult outcome) |
Modifier and Type | Method and Description |
---|---|
void |
NewDifferenceEngine.MatchTracker2ComparisonListener.comparisonPerformed(Comparison comparison,
ComparisonResult outcome) |
ComparisonResult |
NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.evaluate(Comparison comparison,
ComparisonResult outcome) |
Modifier and Type | Method and Description |
---|---|
ComparisonResult |
DifferenceEvaluator.evaluate(Comparison comparison,
ComparisonResult outcome)
May alter the outcome of a comparison.
|
ComparisonResult |
Difference.getResult()
The result of the difference.
|
static ComparisonResult |
ComparisonResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonResult[] |
ComparisonResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ComparisonListener.comparisonPerformed(Comparison comparison,
ComparisonResult outcome)
Receives information about a comparison that has been performed
and its outcome.
|
ComparisonResult |
DifferenceEvaluator.evaluate(Comparison comparison,
ComparisonResult outcome)
May alter the outcome of a comparison.
|
void |
ComparisonListenerSupport.fireComparisonPerformed(Comparison comparison,
ComparisonResult outcome)
Propagates the result of a comparision to all registered
listeners.
|
Constructor and Description |
---|
ComparisonState(boolean finished,
ComparisonResult result) |
Difference(Comparison comparison,
ComparisonResult result)
Combines comparison and result.
|
FinishedComparisonState(ComparisonResult result) |
OngoingComparisonState(ComparisonResult result) |
Copyright © 2001–2017 XMLUnit. All rights reserved.