Class TestCaseExecutor

java.lang.Object
org.simple4j.wsfeeler.core.TestCaseExecutor

public class TestCaseExecutor extends Object
This class has the executor service to manage parallel execution of test cases and collection of results.
  • Constructor Details

    • TestCaseExecutor

      public TestCaseExecutor(TestCase parent)
      Constructor with TestCase object as the parameter. This TestCaseExecutor object will execute child TestCases and TestSteps. TestCases will be executed in parallel and TestSteps will be executed in sequence.
      Parameters:
      parent - - parent TestCase object
  • Method Details

    • execute

      public List<TestCase> execute(File parentTestCasesDir, TestSuite testSuite)
      Entry point method for the executor.
      Parameters:
      parentTestCasesDir -
      testSuite -
      Returns:
      - List of sub test casees