org.eclipse.soda.dk.testmanager.action
Class SequentialTestAction
java.lang.Object
org.eclipse.soda.dk.testmanager.action.AbstractAction
org.eclipse.soda.dk.testmanager.action.TestAction
org.eclipse.soda.dk.testmanager.action.SequentialTestAction
- All Implemented Interfaces:
- Action, ActionContainer
public class SequentialTestAction
- extends TestAction
- Since:
- 1.0
- Version:
- 1.2.0
|
Constructor Summary |
SequentialTestAction(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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequentialTestAction
public SequentialTestAction(java.lang.String id)
- Constructs an instance of this class from the specified id parameter.
- Parameters:
id - The ID (String) parameter.
execute
public void execute(TestScriptService testScript)
throws java.lang.InterruptedException
- Execute with the specified test script parameter.
- Parameters:
testScript - The test script (TestScriptService) parameter.
- Throws:
java.lang.InterruptedException - Interrupted Exception.- See Also:
execute(TestScriptService,TestTemplate)
execute
protected void execute(TestScriptService testScript,
TestTemplate template)
throws InvalidSyntaxException,
java.io.IOException,
java.lang.InterruptedException
- Execute with the specified test script and template parameters and return the int result.
- Specified by:
execute in class TestAction
- Parameters:
testScript - The test script (TestScriptService) parameter.template - The template (TestTemplate) parameter.
- Throws:
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOException - IOException.
java.lang.InterruptedException - Interrupted Exception.- See Also:
execute(TestScriptService)
getName
protected java.lang.String getName()
- Gets the name (String) value.
- Specified by:
getName in class TestAction
- Returns:
- The name (
String) value.
Copyright (c) 2007, 2009 IBM