| |
|
| process.WfMOpenTestCase process.ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity
ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity | public class ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity extends WfMOpenTestCase (Code) | | Describe class
ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity here.
author: mao version: 1.0 |
Method Summary | |
public void | checkP0T349Tnothing() The state of the activity calling subflow is unchanged after the engine
set the state of a subflow process from suspended to running, from
running to suspended or from suspended to suspended. | public void | checkP0T5T5() The engine set the state of a subflow process to closed.aborted. | public void | checkP0T7T7() The engine set the state of a subflow process to terminated. | public void | checkP1T6T8() The engine starts a process. | protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. | public static Test | suite() Construct this test suit. |
ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity | public ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
checkP0T349Tnothing | public void checkP0T349Tnothing() throws Exception(Code) | | The state of the activity calling subflow is unchanged after the engine
set the state of a subflow process from suspended to running, from
running to suspended or from suspended to suspended.
exception: Exception - if an error occurs |
checkP0T5T5 | public void checkP0T5T5() throws Exception(Code) | | The engine set the state of a subflow process to closed.aborted. Check
state of all the included activities of this subflow process.
exception: Exception - if an error occurs |
checkP0T7T7 | public void checkP0T7T7() throws Exception(Code) | | The engine set the state of a subflow process to terminated. Check
state of the calling activity. It should be terminated.
exception: Exception - if an error occurs |
checkP1T6T8 | public void checkP1T6T8() throws Exception(Code) | | The engine starts a process. It runs automatically. At the end the state
of a activity must be terminated. The same is for its implemented
subflow.
exception: Exception - if an error occurs |
setUp | protected void setUp() throws Exception(Code) | | Initialisation.
The setUp method defines the way a state change is
realized. Override this method to change this way.
exception: Exception - if an error occurs |
suite | public static Test suite()(Code) | | Construct this test suit.
a Test value |
|
|
|