Uses of Interface
de.skuzzle.test.snapshots.ComparisonRuleBuilder
-
Packages that use ComparisonRuleBuilder Package Description de.skuzzle.test.snapshots The main public snapshot-testing API. -
-
Uses of ComparisonRuleBuilder in de.skuzzle.test.snapshots
Methods in de.skuzzle.test.snapshots 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.
-