Modifier and Type | Class and Description |
---|---|
class |
TestCaseSimulation |
Constructor and Description |
---|
TestCaseSimulation(TestCase testCase)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
TestCase |
XmlTestLoader.load() |
TestCase |
TestLoader.load()
Loads and creates new test case object..
|
Modifier and Type | Method and Description |
---|---|
TestCase |
TestCaseFactory.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseFactory.setTestCase(TestCase testCase)
Set the test case object.
|
Modifier and Type | Method and Description |
---|---|
protected TestCase |
XmlTestExecutingEndpointAdapter.getTestCase(TestContext context,
String testName)
Gets the test case from application context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlTestExecutingEndpointAdapter.prepareExecution(Message request,
TestCase testCase)
Prepares the test builder instance before execution.
|
Modifier and Type | Method and Description |
---|---|
protected TestCase |
AbstractJUnit4CitrusTest.getTestCase()
Constructs the test case to execute.
|
Modifier and Type | Method and Description |
---|---|
protected Object[] |
AbstractJUnit4CitrusTest.resolveParameter(CitrusJUnit4Runner.CitrusFrameworkMethod frameworkMethod,
TestCase testCase,
TestContext context)
Resolves method arguments supporting TestNG data provider parameters as well as
CitrusResource annotated methods. |
Modifier and Type | Method and Description |
---|---|
void |
TestActionListeners.onTestActionFinish(TestCase testCase,
TestAction testAction) |
void |
TestActionListener.onTestActionFinish(TestCase testCase,
TestAction testAction)
Invoked when test gets finished
|
void |
LoggingReporter.onTestActionFinish(TestCase testCase,
TestAction testAction) |
void |
AbstractTestActionListener.onTestActionFinish(TestCase testCase,
TestAction testAction) |
void |
TestActionListeners.onTestActionSkipped(TestCase testCase,
TestAction testAction) |
void |
TestActionListener.onTestActionSkipped(TestCase testCase,
TestAction testAction)
Invoked when test is skipped
|
void |
LoggingReporter.onTestActionSkipped(TestCase testCase,
TestAction testAction) |
void |
AbstractTestActionListener.onTestActionSkipped(TestCase testCase,
TestAction testAction) |
void |
TestActionListeners.onTestActionStart(TestCase testCase,
TestAction testAction) |
void |
TestActionListener.onTestActionStart(TestCase testCase,
TestAction testAction)
Invoked when test gets started
|
void |
LoggingReporter.onTestActionStart(TestCase testCase,
TestAction testAction) |
void |
AbstractTestActionListener.onTestActionStart(TestCase testCase,
TestAction testAction) |
void |
TestListeners.onTestFailure(TestCase test,
Throwable cause) |
void |
TestListener.onTestFailure(TestCase test,
Throwable cause)
Invoked when test finished with failure
|
void |
LoggingReporter.onTestFailure(TestCase test,
Throwable cause) |
void |
HtmlReporter.onTestFailure(TestCase test,
Throwable cause) |
void |
FailureStackTestListener.onTestFailure(TestCase test,
Throwable cause) |
void |
AbstractTestListener.onTestFailure(TestCase test,
Throwable cause) |
void |
TestListeners.onTestFinish(TestCase test) |
void |
TestListener.onTestFinish(TestCase test)
Invoked when test gets finished
|
void |
MessageTracingTestListener.onTestFinish(TestCase test)
Invoked when test gets finished
|
void |
LoggingReporter.onTestFinish(TestCase test) |
void |
AbstractTestListener.onTestFinish(TestCase test) |
void |
TestListeners.onTestSkipped(TestCase test) |
void |
TestListener.onTestSkipped(TestCase test)
Invoked when test is skipped
|
void |
LoggingReporter.onTestSkipped(TestCase test) |
void |
HtmlReporter.onTestSkipped(TestCase test) |
void |
AbstractTestListener.onTestSkipped(TestCase test) |
void |
TestListeners.onTestStart(TestCase test) |
void |
TestListener.onTestStart(TestCase test)
Invoked when test gets started
|
void |
MessageTracingTestListener.onTestStart(TestCase test)
Invoked when test gets started
|
void |
LoggingReporter.onTestStart(TestCase test) |
void |
AbstractTestListener.onTestStart(TestCase test) |
void |
TestListeners.onTestSuccess(TestCase test) |
void |
TestListener.onTestSuccess(TestCase test)
Invoked when test finished with success
|
void |
LoggingReporter.onTestSuccess(TestCase test) |
void |
HtmlReporter.onTestSuccess(TestCase test) |
void |
AbstractTestListener.onTestSuccess(TestCase test) |
Modifier and Type | Method and Description |
---|---|
TestCase |
GroovyTestCaseParser.TestCaseBuilder.build(org.springframework.context.ApplicationContext applicationContext) |
TestCase |
GroovyTestCaseParser.parse(org.springframework.core.io.Resource groovyScript)
Parse the groovy script.
|
Modifier and Type | Method and Description |
---|---|
protected TestCase |
AbstractTestNGCitrusTest.getTestCase()
Constructs the test case to execute.
|
protected TestCase |
AbstractActionParserTest.getTestCase()
Gets the actual test case object from Spring application context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTestNGCitrusTest.injectTestParameters(Method method,
TestCase testCase,
Object[] parameterValues)
Methods adds optional TestNG parameters as variables to the test case.
|
protected Object[] |
AbstractTestNGCitrusTest.resolveParameter(org.testng.ITestResult testResult,
Method method,
TestCase testCase,
TestContext context,
int invocationCount)
Resolves method arguments supporting TestNG data provider parameters as well as
CitrusResource annotated methods. |
Modifier and Type | Method and Description |
---|---|
static List<FailureStackElement> |
TestUtils.getFailureStack(TestCase test) |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.