|
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.TestScript
public class TestScript
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.testmanager.service.TestScriptService |
|---|
ATTR_DESCRIPTION, ATTR_PROVIDER, ATTR_TITLE, ATTR_URL, ATTR_VENDOR, ATTR_VERSION |
| Constructor Summary | |
|---|---|
TestScript()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
add(Action action)
Add with the specified action parameter. |
java.util.Map |
getAttributes()
Gets the attributes (Map) value. |
DistributedTestSessionService |
getDistributedTestSession()
Gets the distributed test session (DistributedTestSessionService) value. |
ScriptRunListenerService |
getScriptListener()
Gets the script listener (ScriptRunListenerService) value. |
TestStatisticsService |
getTestStatistics()
Gets the test statistics (TestStatisticsService) value. |
void |
run()
Run. |
void |
run(DistributedTestSessionService distributedTestSession,
ScriptRunListenerService scriptListener,
boolean asynchronous)
Run with the specified distributed test session, script listener and asynchronous parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestScript()
| Method Detail |
|---|
public void add(Action action)
add in interface ActionContaineraction - The action (Action) parameter.public java.util.Map getAttributes()
getAttributes in interface TestScriptServiceMap) value.public DistributedTestSessionService getDistributedTestSession()
getDistributedTestSession in interface TestScriptServiceDistributedTestSessionService) value.public ScriptRunListenerService getScriptListener()
getScriptListener in interface TestScriptServiceScriptRunListenerService) value.public TestStatisticsService getTestStatistics()
getTestStatistics in interface TestScriptServiceMap) value.
public void run(DistributedTestSessionService distributedTestSession,
ScriptRunListenerService scriptListener,
boolean asynchronous)
throws java.lang.InterruptedException,
java.io.IOException
run in interface TestScriptServicedistributedTestSession - The distributed test session (DistributedTestSessionService) parameter.scriptListener - The script listener (ScriptRunListenerService) parameter.asynchronous - The asynchronous (boolean) parameter.
java.lang.InterruptedException - Interrupted Exception.
java.io.IOException - IOException.run()public void run()
run in interface java.lang.Runnablerun(DistributedTestSessionService,ScriptRunListenerService,boolean)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||