|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestScriptService
| Field Summary | |
|---|---|
static java.lang.String |
ATTR_DESCRIPTION
Define the attr description (String) constant. |
static java.lang.String |
ATTR_PROVIDER
Define the attr provider (String) constant |
static java.lang.String |
ATTR_TITLE
Define the attr title (String) constant. |
static java.lang.String |
ATTR_URL
Define the attr url (String) constant. |
static java.lang.String |
ATTR_VENDOR
Define the attr vendor (String) constant. |
static java.lang.String |
ATTR_VERSION
Define the attr version (String) constant. |
| Method Summary | |
|---|---|
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(DistributedTestSessionService distributedTestSession,
ScriptRunListenerService scriptListener,
boolean asynchronous)
Run with the specified test session, script listener and asynchronous parameters. |
| Field Detail |
|---|
static final java.lang.String ATTR_TITLE
static final java.lang.String ATTR_PROVIDER
static final java.lang.String ATTR_VERSION
static final java.lang.String ATTR_VENDOR
static final java.lang.String ATTR_DESCRIPTION
static final java.lang.String ATTR_URL
| Method Detail |
|---|
java.util.Map getAttributes()
Map) value.DistributedTestSessionService getDistributedTestSession()
DistributedTestSessionService) value.ScriptRunListenerService getScriptListener()
TestStatisticsService getTestStatistics()
void run(DistributedTestSessionService distributedTestSession,
ScriptRunListenerService scriptListener,
boolean asynchronous)
throws java.lang.InterruptedException,
java.io.IOException
distributedTestSession - 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.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||