public class TestNGCitrusTest extends AbstractTestNGCitrusTest
AbstractTestNGCitrusTest.FakeExecutionCallBack| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log
Logger
|
citrus| Constructor and Description |
|---|
TestNGCitrusTest() |
| Modifier and Type | Method and Description |
|---|---|
protected TestDesigner |
createTestDesigner(Method method,
TestContext context)
Creates new test designer instance for this test method.
|
protected TestRunner |
createTestRunner(Method method,
TestContext context)
Creates new test runner instance for this test method.
|
protected void |
invokeTestMethod(org.testng.ITestResult testResult,
Method method,
TestCase testCase,
TestContext context,
int invocationCount) |
protected boolean |
isDesignerMethod(Method method)
Searches for method parameter of type test designer.
|
protected boolean |
isRunnerMethod(Method method)
Searches for method parameter of type test runner.
|
protected Object |
resolveAnnotatedResource(org.testng.ITestResult testResult,
Class<?> parameterType,
TestContext context) |
void |
run(org.testng.IHookCallBack callBack,
org.testng.ITestResult testResult) |
protected void |
run(org.testng.ITestResult testResult,
Method method,
TestLoader testLoader,
int invocationCount) |
afterSuite, beforeSuite, createTestLoader, executeTest, getParameterNames, getTestCase, injectTestParameters, prepareTestContext, resolveParameterpublic void run(org.testng.IHookCallBack callBack,
org.testng.ITestResult testResult)
run in interface org.testng.IHookablerun in class AbstractTestNGCitrusTestprotected void run(org.testng.ITestResult testResult,
Method method,
TestLoader testLoader,
int invocationCount)
run in class AbstractTestNGCitrusTestprotected void invokeTestMethod(org.testng.ITestResult testResult,
Method method,
TestCase testCase,
TestContext context,
int invocationCount)
invokeTestMethod in class AbstractTestNGCitrusTestprotected Object resolveAnnotatedResource(org.testng.ITestResult testResult, Class<?> parameterType, TestContext context)
resolveAnnotatedResource in class AbstractTestNGCitrusTestprotected TestDesigner createTestDesigner(Method method, TestContext context)
method - context - protected TestRunner createTestRunner(Method method, TestContext context)
method - context - protected boolean isDesignerMethod(Method method)
method - protected boolean isRunnerMethod(Method method)
method - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.