Interface ComparisonRuleBuilder
-
- All Superinterfaces:
de.skuzzle.test.snapshots.ComparisonRuleBuilder
@Deprecated(forRemoval=true, since="1.3.0") @API(status=DEPRECATED, since="1.3.0") public interface ComparisonRuleBuilder extends de.skuzzle.test.snapshots.ComparisonRuleBuilderDeprecated, for removal: This API element is subject to removal in a future version.Since 1.3.0 - UseComparisonRuleBuilderfrom core package instead.Builder for customizing how snapshot files are compared against the actual test result.- Since:
- 1.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceComparisonRuleBuilder.ChooseMatcherDeprecated, for removal: This API element is subject to removal in a future version.Since 1.3.0 - UseComparisonRuleBuilder.ChooseMatcherfrom core package instead.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ComparisonRuleBuilder.ChooseMatcherpathAt(java.lang.String path)Deprecated, for removal: This API element is subject to removal in a future version.Specify the path for which to apply the custom comparison rule.
-
-
-
Method Detail
-
pathAt
ComparisonRuleBuilder.ChooseMatcher pathAt(java.lang.String path)
Deprecated, for removal: This API element is subject to removal in a future version.Specify the path for which to apply the custom comparison rule.- Specified by:
pathAtin interfacede.skuzzle.test.snapshots.ComparisonRuleBuilder- Parameters:
path- The dot separated path.- Returns:
- A DSL Object for specifying how to compare values rooted at that path.
-
-