org.eclipse.soda.dk.testmanager.action
Class SequentialTestAction
java.lang.Object
org.eclipse.soda.dk.testmanager.action.TestAction
org.eclipse.soda.dk.testmanager.action.SequentialTestAction
- All Implemented Interfaces:
- TestRunListenerService, Action, ActionListener, ActionContainer
public class SequentialTestAction
- extends TestAction
- Version:
- 1.0.0
|
Method Summary |
protected int |
execute(TestScriptService testScript,
Action action,
ActionListener actionListener)
Execute with the specified test script, action and action listener parameters and return the int result. |
protected int |
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 |
actionEnded, actionStarted, add, addTest, execute, getDescription, getMatchDescription, getTestTemplatesAndActions, testEnded, testError, testFailed, testRunEnded, testRunError, testRunStarted, testStarted, waitForTests |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequentialTestAction
public SequentialTestAction()
execute
protected int 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.
- Returns:
- Results of the execute (
int) value.
- Throws:
InvalidSyntaxException - Invalid Syntax Exception.
java.lang.InterruptedException - Interrupted Exception.
java.io.IOException- See Also:
execute(TestScriptService,Action,ActionListener)
execute
protected int execute(TestScriptService testScript,
Action action,
ActionListener actionListener)
throws java.lang.InterruptedException
- Execute with the specified test script, action and action listener parameters and return the int result.
- Specified by:
execute in class TestAction
- Parameters:
testScript - The test script (TestScriptService) parameter.action - The action (Action) parameter.actionListener - The action listener (ActionListener) parameter.
- Returns:
- Results of the execute (
int) value.
- Throws:
java.lang.InterruptedException - Interrupted Exception.- See Also:
execute(TestScriptService,TestTemplate)
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 IBM