Package org.xmlunit.diff
Class ComparisonControllers
java.lang.Object
org.xmlunit.diff.ComparisonControllers
Controllers used for the base cases.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsModifier 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. -
Constructor Summary
Constructors -
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.
-
-
Constructor Details
-
ComparisonControllers
private ComparisonControllers()
-