Package org.xmlunit.diff
Interface ComparisonController
-
- All Known Implementing Classes:
ComparisonControllers.StopComparisonController
,NewDifferenceEngine.ComparisonController2ComparisonController
public interface ComparisonController
Decides whether the difference engine should stop the whole comparison process because of the current difference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
stopDiffing(Difference difference)
May instruct the difference engine to stop the whole comparison process.
-
-
-
Method Detail
-
stopDiffing
boolean stopDiffing(Difference difference)
May instruct the difference engine to stop the whole comparison process.- Parameters:
difference
- the Difference that is responsible for stopping the comparison process- Returns:
- whether to stop the comparison process
-
-