|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestScriptService | |
|---|---|
| org.eclipse.soda.dk.testmanager | This package is part of the org.eclipse.soda.dk.testmanager project. |
| org.eclipse.soda.dk.testmanager.action | This package is part of the org.eclipse.soda.dk.testmanager project. |
| org.eclipse.soda.dk.testmanager.console | This package is part of the org.eclipse.soda.dk.testmanager project. |
| org.eclipse.soda.dk.testmanager.service | This package is part of the org.eclipse.soda.dk.testmanager project. |
| org.eclipse.soda.dk.testmanager.servlet | This package is part of the org.eclipse.soda.dk.testmanager.servlet project. |
| Uses of TestScriptService in org.eclipse.soda.dk.testmanager |
|---|
| Classes in org.eclipse.soda.dk.testmanager that implement TestScriptService | |
|---|---|
class |
TestScript
|
| Methods in org.eclipse.soda.dk.testmanager that return TestScriptService | |
|---|---|
TestScriptService |
TestManager.parse(java.io.Reader in)
Parse with the specified in parameter and return the TestScriptService result. |
| Uses of TestScriptService in org.eclipse.soda.dk.testmanager.action |
|---|
| Methods in org.eclipse.soda.dk.testmanager.action with parameters of type TestScriptService | |
|---|---|
void |
TestAction.execute(TestScriptService testScript)
Execute with the specified test script parameter. |
void |
ConfigurationAction.execute(TestScriptService testScript)
Execute with the specified test script parameter. |
void |
Action.execute(TestScriptService testScript)
Execute with the specified test script parameter. |
protected abstract int |
TestAction.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 |
SequentialTestAction.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 |
ParallelTestAction.execute(TestScriptService testScript,
Action action,
ActionListener actionListener)
Execute with the specified test script, action and action listener parameters and return the int result. |
protected void |
UpdateRequest.execute(TestScriptService testScript,
ConfigurationTemplate template)
Execute with the specified test script and template parameters. |
protected void |
DeleteRequest.execute(TestScriptService testScript,
ConfigurationTemplate template)
Execute with the specified test script and template parameters. |
protected void |
CreateRequest.execute(TestScriptService testScript,
ConfigurationTemplate template)
Execute with the specified test script and template parameters. |
protected void |
CreateOrUpdateRequest.execute(TestScriptService testScript,
ConfigurationTemplate template)
Execute with the specified test script and template parameters. |
protected abstract void |
ConfigurationAction.execute(TestScriptService testScript,
ConfigurationTemplate template)
Execute with the specified test script and template parameters. |
protected abstract int |
TestAction.execute(TestScriptService testScript,
TestTemplate template)
Execute with the specified test script and template parameters and return the int result. |
protected int |
SequentialTestAction.execute(TestScriptService testScript,
TestTemplate template)
Execute with the specified test script and template parameters and return the int result. |
protected int |
ParallelTestAction.execute(TestScriptService testScript,
TestTemplate template)
Execute with the specified test script and template parameters and return the int result. |
protected void |
ConfigurationAction.handleScriptActionError(TestScriptService testScript,
java.lang.String detail)
Handle script action error |
| Uses of TestScriptService in org.eclipse.soda.dk.testmanager.console |
|---|
| Methods in org.eclipse.soda.dk.testmanager.console with parameters of type TestScriptService | |
|---|---|
void |
TestManagerConsole.scriptRunStarted(TestScriptService script)
Script run started with the specified script parameter. |
| Uses of TestScriptService in org.eclipse.soda.dk.testmanager.service |
|---|
| Methods in org.eclipse.soda.dk.testmanager.service that return TestScriptService | |
|---|---|
TestScriptService |
TestManagerService.parse(java.io.Reader in)
Parse with the specified in parameter and return the TestScriptService result. |
| Methods in org.eclipse.soda.dk.testmanager.service with parameters of type TestScriptService | |
|---|---|
void |
ScriptRunListenerService.scriptRunStarted(TestScriptService script)
Script run started with the specified script parameter. |
| Uses of TestScriptService in org.eclipse.soda.dk.testmanager.servlet |
|---|
| Methods in org.eclipse.soda.dk.testmanager.servlet with parameters of type TestScriptService | |
|---|---|
void |
TestReport.scriptRunStarted(TestScriptService script)
Script run started with the specified script parameter. |
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||