Uses of Class
org.xmlunit.diff.Comparison
Packages that use Comparison
Package
Description
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of Comparison in org.xmlunit.diff
Methods in org.xmlunit.diff that return ComparisonMethods in org.xmlunit.diff with parameters of type ComparisonModifier and TypeMethodDescriptionprotected AbstractDifferenceEngine.ComparisonStateAbstractDifferenceEngine.ComparisonState.andIfTrueThen(boolean predicate, Comparison comp) Maybe combines the current state with a different comparison.protected AbstractDifferenceEngine.ComparisonStateAbstractDifferenceEngine.ComparisonState.andThen(Comparison comp) Combines the current state with a different comparison.protected final AbstractDifferenceEngine.ComparisonStateAbstractDifferenceEngine.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.voidComparisonListener.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.ComparisonFormatter.getDescription(Comparison difference) Return a short String of the Comparison including the XPath and the shorten value of the effected control and test Node.DefaultComparisonFormatter.getDescription(Comparison difference) Return a short String of the Comparison including the XPath and the shorten value of the effected control and test Node.Constructors in org.xmlunit.diff with parameters of type ComparisonModifierConstructorDescriptionDifference(Comparison comparison, ComparisonResult result) Combines comparison and result.