| Package | Description |
|---|---|
| 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 |
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)
Creates a new ComparisonState.
|
Difference(Comparison comparison,
ComparisonResult result)
Combines comparison and result.
|
FinishedComparisonState(ComparisonResult result)
Creates a FinishedComparisonState.
|
OngoingComparisonState(ComparisonResult result)
Creates an OngoingComparisonState.
|
Copyright © 2001–2025 XMLUnit. All rights reserved.