| 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 | Class and Description |
|---|---|
protected class |
AbstractDifferenceEngine.FinishedComparisonState
A comparison state that indicates the comparison should be stopped.
|
protected class |
AbstractDifferenceEngine.OngoingComparisonState
A comparison state that indicates the comparison should perform further steps.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractDifferenceEngine.ComparisonState |
AbstractDifferenceEngine.ComparisonState.andIfTrueThen(boolean predicate,
AbstractDifferenceEngine.DeferredComparison newStateProducer)
Maybe combines the current state with a different comparison.
|
protected AbstractDifferenceEngine.ComparisonState |
AbstractDifferenceEngine.ComparisonState.andIfTrueThen(boolean predicate,
Comparison comp)
Maybe combines the current state with a different comparison.
|
protected AbstractDifferenceEngine.ComparisonState |
AbstractDifferenceEngine.ComparisonState.andThen(AbstractDifferenceEngine.DeferredComparison newStateProducer)
Combines the current state with a different comparison.
|
protected AbstractDifferenceEngine.ComparisonState |
AbstractDifferenceEngine.ComparisonState.andThen(Comparison comp)
Combines the current state with a different comparison.
|
AbstractDifferenceEngine.ComparisonState |
AbstractDifferenceEngine.DeferredComparison.apply()
Perform the comparison.
|
protected AbstractDifferenceEngine.ComparisonState |
AbstractDifferenceEngine.compare(Comparison comp)
Compares the detail values for object equality, lets the
difference evaluator and comparison controller evaluate the
result, notifies all listeners and returns the outcome.
|
Copyright © 2001–2025 XMLUnit. All rights reserved.