Uses of Class
org.variantsync.diffdetective.variation.diff.ConsistencyResult
Packages that use ConsistencyResult
-
Uses of ConsistencyResult in org.variantsync.diffdetective.variation.diff
Methods in org.variantsync.diffdetective.variation.diff that return ConsistencyResultModifier and TypeMethodDescriptionstatic ConsistencyResult
ConsistencyResult.Failure
(AssertionError reason) Create a result that indicates failure with provided reason.VariationDiff.isConsistent()
Checks whether this VariationDiff is consistent.static ConsistencyResult
ConsistencyResult.Success()
Create a result that signals success (i.e, the checked VariationDiff is consistent).