Interface PrepareInterceptor


  • public interface PrepareInterceptor
    Prepare Interceptor to custom test before persistence.
    • Method Detail

      • support

        boolean support​(TestElementWrapper<?> testElementWrapper)
        Check if this interceptor support the node in input.
        Parameters:
        testElementWrapper - node.
        Returns:
        true if this interceptor support this node.
      • prepare

        void prepare​(TestElementWrapper<?> testPlan,
                     TestElementWrapper<?> testElementWrapper)
        prepare the input node.
        Parameters:
        testPlan - parent testPlan.
        testElementWrapper - node.