public interface TestActionContainer extends TestAction
Modifier and Type | Method and Description |
---|---|
TestActionContainer |
addTestAction(TestAction action)
Adds a test action to the nested action list.
|
long |
getActionCount()
Get the number of embedded actions in this container.
|
int |
getActionIndex(TestAction action)
Returns the index in the action chain for provided action instance.
|
List<TestAction> |
getActions()
Get the embedded test actions within this container.
|
TestAction |
getLastExecutedAction()
Get the action that was executed most recently.
|
TestAction |
getTestAction(int index)
Get the test action with given index in list.
|
TestActionContainer |
setActions(List<TestAction> actions)
Sets the embedded test actions to execute within this container.
|
void |
setLastExecutedAction(TestAction action)
Sets the last executed action.
|
execute, getActor, getDescription, getName, isDisabled, setDescription, setName
TestActionContainer setActions(List<TestAction> actions)
actions
- List<TestAction> getActions()
long getActionCount()
TestActionContainer addTestAction(TestAction action)
action
- int getActionIndex(TestAction action)
void setLastExecutedAction(TestAction action)
action
- TestAction getLastExecutedAction()
TestAction getTestAction(int index)
index
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.