| |
|
| process.WfMOpenTestCase process.ProcLifeCycleEngineTriggeredParentProcessTriggeringActivity
All known Subclasses: process.ProcLifeCycleEngineTriggeredParentProcessTriggeringActivityDirectStateSetting,
ProcLifeCycleEngineTriggeredParentProcessTriggeringActivity | public class ProcLifeCycleEngineTriggeredParentProcessTriggeringActivity extends WfMOpenTestCase (Code) | | Test the transitions of different activities and processes.
The transisitions are triggered by the engine.
author: Christian Weidauer version: 1.0 |
Method Summary | |
public void | checkExceptionP1T7T7() Test a simple process definition. | public void | checkP0T2TNothing() Test a simple process definition. | public void | checkP0T4T57() Test a simple process definition. | public void | checkP0T7T7() Test a simple process definition. | public void | checkP2T5T57() Test a simple process definition. | protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. | public static Test | suite() Construct this test suite. |
ProcLifeCycleEngineTriggeredParentProcessTriggeringActivity | public ProcLifeCycleEngineTriggeredParentProcessTriggeringActivity(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
checkExceptionP1T7T7 | public void checkExceptionP1T7T7() throws Exception(Code) | | Test a simple process definition. The process is aborted. But one
activity cannot be terminated because it is implemented as JSExecutor
tool. An Exception has to be thrown.
exception: Exception - if an error occurs |
checkP0T2TNothing | public void checkP0T2TNothing() throws Exception(Code) | | Test a simple process definition. The process is terminated without
being started.
exception: Exception - if an error occurs |
checkP0T4T57 | public void checkP0T4T57() throws Exception(Code) | | Test a simple process definition. The process is aborted.
exception: Exception - if an error occurs |
checkP0T7T7 | public void checkP0T7T7() throws Exception(Code) | | Test a simple process definition. The process is terminated.
exception: Exception - if an error occurs |
checkP2T5T57 | public void checkP2T5T57() throws Exception(Code) | | Test a simple process definition. The process is aborted.
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 suite.
a Test value |
|
|
|