Package org.citrusframework
Interface TestCaseRunnerProvider
public interface TestCaseRunnerProvider
Interface for providing TestCaseRunner.
- Since:
- 4.0
- Author:
- Thorsten Schlathoelter
-
Method Summary
Modifier and TypeMethodDescriptioncreateTestCaseRunner(TestContext context) Creates a TestCaseRunner with the givenTestContext.createTestCaseRunner(TestCase testCase, TestContext context) Creates a TestCaseRunner which runs the givenTestCaseand the givenTestContext.
-
Method Details
-
createTestCaseRunner
Creates a TestCaseRunner which runs the givenTestCaseand the givenTestContext.- Parameters:
testCase-context-- Returns:
-
createTestCaseRunner
Creates a TestCaseRunner with the givenTestContext.- Parameters:
context-- Returns:
-