Package org.xmlunit.diff
Interface ComparisonController
-
public interface ComparisonControllerDecides 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 booleanstopDiffing(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
-
-