Package org.xmlunit.diff
Class ComparisonControllers
java.lang.Object
org.xmlunit.diff.ComparisonControllers
Controllers used for the base cases.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ComparisonController
Does not stop the comparison at all.static final ComparisonController
Makes the comparison stop as soon as the first "real" difference is encountered.static final ComparisonController
Makes the comparison stop as soon as the first difference is encountered even if it is similar. -
Method Summary
-
Field Details
-
Default
Does not stop the comparison at all. -
StopWhenDifferent
Makes the comparison stop as soon as the first "real" difference is encountered. -
StopWhenSimilar
Makes the comparison stop as soon as the first difference is encountered even if it is similar.
-