|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.action.AbstractAction
org.eclipse.soda.dk.testmanager.action.TestAction
org.eclipse.soda.dk.testmanager.action.ParallelTestAction
public class ParallelTestAction
| Constructor Summary | |
|---|---|
ParallelTestAction(java.lang.String id)
Constructs an instance of this class from the specified id parameter. |
|
| Method Summary | |
|---|---|
void |
execute(TestScriptService testScript)
Execute with the specified test script parameter. |
protected void |
execute(TestScriptService testScript,
TestTemplate template)
Execute with the specified test script and template parameters and return the int result. |
protected java.lang.String |
getName()
Gets the name (String) value. |
| Methods inherited from class org.eclipse.soda.dk.testmanager.action.TestAction |
|---|
add, addCounts, addTest, executeTemplateOrAction, getDescription, getMatchDescription, getTestSession, getTestTemplatesAndActions |
| Methods inherited from class org.eclipse.soda.dk.testmanager.action.AbstractAction |
|---|
execute, getId, getParentAction, handleScriptActionError, setParentAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelTestAction(java.lang.String id)
id - The ID (String) parameter.| Method Detail |
|---|
public void execute(TestScriptService testScript)
throws java.lang.InterruptedException
testScript - The test script (TestScriptService) parameter.
java.lang.InterruptedException - Interrupted Exception.execute(TestScriptService,TestTemplate)
protected void execute(TestScriptService testScript,
TestTemplate template)
throws InvalidSyntaxException,
java.io.IOException
execute in class TestActiontestScript - The test script (TestScriptService) parameter.template - The template (TestTemplate) parameter.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOException - IOException.execute(TestScriptService)protected java.lang.String getName()
getName in class TestActionString) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||