|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Action
| Method Summary | |
|---|---|
void |
addCounts(TestStatisticsService testStatistics)
Add counts with the specified test script parameter. |
void |
execute(TestScriptService testScript)
Execute with the specified test script parameter. |
java.lang.String |
getDescription()
Gets the description (String) value. |
java.lang.String |
getId()
Gets the ID (String) value. |
Action |
getParentAction()
Gets the parent action (Action) value. |
void |
setParentAction(Action parentAction)
Sets the parent action value. |
| Method Detail |
|---|
void addCounts(TestStatisticsService testStatistics)
testStatistics - The test statistics (TestStatisticsService) parameter.
void execute(TestScriptService testScript)
throws java.lang.InterruptedException
testScript - The test script (TestScriptService) parameter.
java.lang.InterruptedException - Interrupted Exception.java.lang.String getDescription()
String) value.java.lang.String getId()
String) value.Action getParentAction()
Action) value.setParentAction(Action)void setParentAction(Action parentAction)
parentAction - The parent action (Action) parameter.getParentAction()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||