Package org.xmlunit.diff
Interface DifferenceEvaluator
public interface DifferenceEvaluator
May decide to up- or downgrade the severity of a difference.
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(Comparison comparison, ComparisonResult outcome) May alter the outcome of a comparison.
-
Method Details
-
evaluate
May alter the outcome of a comparison.- Parameters:
comparison- the comparisonoutcome- the current outcome of the comparison- Returns:
- the new result of the comparison.
-