Class ExecutionPlanExecutorExpectationHelper


  • public class ExecutionPlanExecutorExpectationHelper
    extends java.lang.Object
    Helper class which provides convenience methods for executing an execution plan.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Constructor Detail

      • ExecutionPlanExecutorExpectationHelper

        public ExecutionPlanExecutorExpectationHelper()
    • Method Detail

      • getResults

        public java.util.List<ExecutionResult> getResults​(java.lang.Class<?> testClass)
        Executes the given testClass and returns the execution result.
        Parameters:
        testClass - the test class or suite to be executed
        Returns:
        the list of ExecutionResult