Uses of Class
org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
Package
Description
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of AbstractDifferenceEngine.ComparisonState in org.xmlunit.diff
Modifier and TypeClassDescriptionprotected final class
A comparison state that indicates the comparison should be stopped.protected final class
A comparison state that indicates the comparison should perform further steps.Modifier and TypeMethodDescriptionprotected 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.DeferredComparison.apply()
Perform the comparison.protected final 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.