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()Ignores values during comparison.ComparisonRuleBuilderComparisonRuleBuilder.ChooseMatcher. mustMatch(Predicate<? super Object> predicate)The value must match the given predicate.ComparisonRuleBuilderComparisonRuleBuilder.ChooseMatcher. mustMatch(Pattern regex)String representation of the value must match the given regex.Method parameters in de.skuzzle.test.snapshots.data.json with type arguments of type ComparisonRuleBuilder Modifier and Type Method Description JsonSnapshotJsonSnapshot. withComparisonRules(Consumer<ComparisonRuleBuilder> rules)Allows to specify extra comparison rules that are applied to certain paths within the json snapshots.
-