static com.consol.citrus.TestCaseRunner |
JUnit4Helper.createTestRunner(CitrusFrameworkMethod frameworkMethod,
Class<?> testClass,
com.consol.citrus.context.TestContext context) |
Creates new test runner instance for this test method.
|
static void |
JUnit4Helper.invokeTestMethod(Object target,
CitrusFrameworkMethod frameworkMethod,
com.consol.citrus.TestCaseRunner runner,
com.consol.citrus.context.TestContext context) |
Invokes test method based on designer or runner environment.
|
static Object |
JUnit4ParameterHelper.resolveAnnotatedResource(CitrusFrameworkMethod frameworkMethod,
Class<?> parameterType,
com.consol.citrus.context.TestContext context) |
Resolves value for annotated method parameter.
|
static Object[] |
JUnit4ParameterHelper.resolveParameter(CitrusFrameworkMethod frameworkMethod,
com.consol.citrus.TestCase testCase,
com.consol.citrus.context.TestContext context) |
Resolves method arguments supporting TestNG data provider parameters as well as
CitrusResource annotated methods.
|
void |
CitrusFrameworkMethod.Runner.run(CitrusFrameworkMethod frameworkMethod) |
Reads Citrus test annotation from framework method and executes test case.
|
void |
JUnit4CitrusSupport.run(CitrusFrameworkMethod frameworkMethod) |
|