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 ConsistencyResultConsistencyResult.Failure(AssertionError reason) Create a result that indicates failure with provided reason.VariationDiff.isConsistent()Checks whether this VariationDiff is consistent.static ConsistencyResultConsistencyResult.Success()Create a result that signals success (i.e, the checked VariationDiff is consistent).