Uses of Class
org.variantsync.diffdetective.variation.diff.ConsistencyResult
-
Uses of ConsistencyResult in org.variantsync.diffdetective.variation.diff
Modifier 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).