Class TapirExecutor

    • Method Detail

      • getExecutionPlan

        public ExecutionPlan getExecutionPlan()
        Returns the execution plan. This method can be called before execute() in order to obtain the execution plan up-front.
        Returns:
        the execution plan
        Since:
        2.0.0
      • execute

        public void execute()
        Executes the execution plan. Calling this method starts all the tests.
        Since:
        2.0.0