Interface ComparisonRuleBuilder

  • All Superinterfaces:
    ComparisonRuleBuilder

    @Deprecated(forRemoval=true,
                since="1.3.0")
    @API(status=DEPRECATED,
         since="1.3.0")
    public interface ComparisonRuleBuilder
    extends ComparisonRuleBuilder
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 1.3.0 - Use ComparisonRuleBuilder from core package instead.
    Builder for customizing how snapshot files are compared against the actual test result.
    Since:
    1.2.0
    Author:
    Simon Taddiken
    • Method Detail

      • pathAt

        ComparisonRuleBuilder.ChooseMatcher pathAt​(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:
        pathAt in interface ComparisonRuleBuilder
        Parameters:
        path - The dot separated path.
        Returns:
        A DSL Object for specifying how to compare values rooted at that path.