Package org.simple4j.wsfeeler.core
Class TestCaseExecutor
java.lang.Object
org.simple4j.wsfeeler.core.TestCaseExecutor
This class has the executor service to manage parallel execution of test cases and collection of results.
-
Constructor Summary
ConstructorsConstructorDescriptionTestCaseExecutor(TestCase parent) Constructor with TestCase object as the parameter. -
Method Summary
-
Constructor Details
-
TestCaseExecutor
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
Entry point method for the executor.- Parameters:
parentTestCasesDir-testSuite-- Returns:
- - List of sub test casees
-
execute
-