Uses of Enum
org.xmlunit.diff.ComparisonResult
Packages that use ComparisonResult
Package
Description
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of ComparisonResult in org.xmlunit.diff
Methods in org.xmlunit.diff that return ComparisonResultModifier and TypeMethodDescriptionDifferenceEvaluator.evaluate(Comparison comparison, ComparisonResult outcome) May alter the outcome of a comparison.Difference.getResult()The result of the difference.static ComparisonResultReturns 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.Methods in org.xmlunit.diff with parameters of type ComparisonResultModifier and TypeMethodDescriptionvoidComparisonListener.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.voidComparisonListenerSupport.fireComparisonPerformed(Comparison comparison, ComparisonResult outcome) Propagates the result of a comparision to all registered listeners.Constructors in org.xmlunit.diff with parameters of type ComparisonResultModifierConstructorDescriptionprotectedComparisonState(boolean finished, ComparisonResult result) Creates a new ComparisonState.Difference(Comparison comparison, ComparisonResult result) Combines comparison and result.protectedCreates a FinishedComparisonState.protectedCreates an OngoingComparisonState.