|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| 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. |
| Uses of Action in org.eclipse.soda.dk.testmanager |
|---|
| Methods in org.eclipse.soda.dk.testmanager with parameters of type Action | |
|---|---|
void |
TestScript.add(Action action)
|
void |
ActionContainer.add(Action action)
Add with the specified action parameter. |
| Uses of Action in org.eclipse.soda.dk.testmanager.action |
|---|
| Classes in org.eclipse.soda.dk.testmanager.action that implement Action | |
|---|---|
class |
ConfigurationAction
|
class |
CreateOrUpdateRequest
|
class |
CreateRequest
|
class |
DeleteRequest
|
class |
ParallelTestAction
|
class |
SequentialTestAction
|
class |
TestAction
|
class |
UpdateRequest
|
| Methods in org.eclipse.soda.dk.testmanager.action with parameters of type Action | |
|---|---|
void |
TestAction.actionEnded(Action action)
Action ended with the specified action parameter. |
void |
ActionListener.actionEnded(Action action)
Action ended with the specified action parameter. |
void |
TestAction.actionStarted(Action action)
Action started with the specified action parameter. |
void |
ActionListener.actionStarted(Action action)
Action started with the specified action parameter. |
void |
TestAction.add(Action action)
Add with the specified action 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. |
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||