Package org.xmlunit.diff
Interface AbstractDifferenceEngine.DeferredComparison
-
- Enclosing class:
- AbstractDifferenceEngine
protected static interface AbstractDifferenceEngine.DeferredComparisonEncapsulates a comparison that may or may not be performed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractDifferenceEngine.ComparisonStateapply()Perform the comparison.
-
-
-
Method Detail
-
apply
AbstractDifferenceEngine.ComparisonState apply()
Perform the comparison.- Returns:
- the comparison outcome
-
-