Uses of Interface
de.skuzzle.test.snapshots.data.json.ComparisonRuleBuilder
-
-
Uses of ComparisonRuleBuilder in de.skuzzle.test.snapshots.data.json
Methods in de.skuzzle.test.snapshots.data.json that return ComparisonRuleBuilder Modifier and Type Method Description ComparisonRuleBuilderComparisonRuleBuilder.ChooseMatcher. ignore()Deprecated, for removal: This API element is subject to removal in a future version.Ignores values during comparison.ComparisonRuleBuilderComparisonRuleBuilder.ChooseMatcher. mustMatch(Predicate<? super Object> predicate)Deprecated, for removal: This API element is subject to removal in a future version.The value must match the given predicate.ComparisonRuleBuilderComparisonRuleBuilder.ChooseMatcher. mustMatch(Pattern regex)Deprecated, for removal: This API element is subject to removal in a future version.String representation of the value must match the given regex.
-