public interface TestAction
Modifier and Type | Method and Description |
---|---|
void |
execute(TestContext context)
Main execution method doing all work
|
TestActor |
getActor()
Gets the test actor associated with this test action.
|
String |
getDescription()
Description of this test action
|
String |
getName()
Name of test action injected as Spring bean name
|
boolean |
isDisabled(TestContext context)
Checks if this action is disabled.
|
TestAction |
setDescription(String description)
Description setter.
|
TestAction |
setName(String name)
Name of test action injected as Spring bean name
|
void execute(TestContext context)
context
- String getName()
TestAction setName(String name)
String getDescription()
TestAction setDescription(String description)
description
- boolean isDisabled(TestContext context)
context
- the current test context.TestActor getActor()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.