Uses of Enum
org.xmlunit.diff.ComparisonResult
Package
Description
Root of the XMLUnit 1.x compatibility layer.
Contains XMLUnit
DifferenceEngine
that is
at the heart of all comparisons as well as supporting interfaces
and implementations.This package contains experimental support for configuring parts of
the test engine by using
${xmlunit.KEYWORD}
sequences
inside the control document.-
Uses of ComparisonResult in org.custommonkey.xmlunit
Modifier and TypeMethodDescriptionNewDifferenceEngine.DifferenceListener2DifferenceEvaluator.evaluate
(Comparison comparison, ComparisonResult outcome) Modifier and TypeMethodDescriptionvoid
NewDifferenceEngine.MatchTracker2ComparisonListener.comparisonPerformed
(Comparison comparison, ComparisonResult outcome) NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.evaluate
(Comparison comparison, ComparisonResult outcome) -
Uses of ComparisonResult in org.xmlunit.diff
Modifier and TypeMethodDescriptionDifferenceEvaluator.evaluate
(Comparison comparison, ComparisonResult outcome) May alter the outcome of a comparison.Difference.getResult()
The result of the difference.static ComparisonResult
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 TypeMethodDescriptionvoid
ComparisonListener.comparisonPerformed
(Comparison comparison, ComparisonResult outcome) Receives information about a comparison that has been performed and its outcome.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.ModifierConstructorDescriptionprotected
ComparisonState
(boolean finished, ComparisonResult result) Creates a new ComparisonState.Difference
(Comparison comparison, ComparisonResult result) Combines comparison and result.protected
Creates a FinishedComparisonState.protected
Creates an OngoingComparisonState. -
Uses of ComparisonResult in org.xmlunit.placeholder
Modifier and TypeMethodDescriptionPlaceholderDifferenceEvaluator.evaluate
(Comparison comparison, ComparisonResult outcome) Evaluate the test value when control contained the placeholder handled by this class.Modifier and TypeMethodDescriptionPlaceholderDifferenceEvaluator.evaluate
(Comparison comparison, ComparisonResult outcome)