Package org.xmlunit.diff
Interface DifferenceEvaluator
-
public interface DifferenceEvaluatorMay decide to up- or downgrade the severity of a difference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComparisonResultevaluate(Comparison comparison, ComparisonResult outcome)May alter the outcome of a comparison.
-
-
-
Method Detail
-
evaluate
ComparisonResult evaluate(Comparison comparison, ComparisonResult outcome)
May alter the outcome of a comparison.- Parameters:
comparison- the comparisonoutcome- the current outcome of the comparison- Returns:
- the new result of the comparison.
-
-