1.0.0

org.eclipse.soda.dk.testmanager.action
Class ParallelTestAction

java.lang.Object
  extended by org.eclipse.soda.dk.testmanager.action.TestAction
      extended by org.eclipse.soda.dk.testmanager.action.ParallelTestAction
All Implemented Interfaces:
TestRunListenerService, Action, ActionListener, ActionContainer

public class ParallelTestAction
extends TestAction

Version:
1.0.0

Constructor Summary
ParallelTestAction()
           
 
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
 

Constructor Detail

ParallelTestAction

public ParallelTestAction()
Method Detail

execute

protected int execute(TestScriptService testScript,
                      TestTemplate template)
               throws InvalidSyntaxException,
                      java.io.IOException
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.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.

1.0.0

Copyright (c) 2007 IBM