public abstract class AbstractActionParserTest<T extends TestAction> extends AbstractBeanDefinitionParserTest
AbstractTestNGCitrusTest.FakeExecutionCallBack
beanDefinitionContext
context, testContextFactory
citrus, log
Constructor and Description |
---|
AbstractActionParserTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertActionClassAndName(Class<T> actionClass,
String actionName)
Checks for test action to meet expected class and name.
|
protected void |
assertActionCount(int count)
Asserts the action count in test case.
|
protected T |
getNextTestActionFromTest()
Gets the next test action in list of action in test case.
|
protected TestCase |
getTestCase()
Gets the actual test case object from Spring application context.
|
createApplicationContext, parseBeanDefinitions
createTestContext, prepareTest
afterSuite, beforeSuite, createTestLoader, executeTest, getParameterNames, injectTestParameters, invokeTestMethod, prepareTestContext, resolveAnnotatedResource, resolveParameter, run, run
protected TestCase getTestCase()
getTestCase
in class AbstractTestNGCitrusTest
protected T getNextTestActionFromTest()
protected void assertActionClassAndName(Class<T> actionClass, String actionName)
actionClass
- the action class.actionName
- the action name.protected void assertActionCount(int count)
count
- the number of expected test actions in test case.Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.