| |
|
| process.WfMOpenTestCase process.ProcLifeCycleEngineTriggeredActivityTriggeringParentProcess
ProcLifeCycleEngineTriggeredActivityTriggeringParentProcess | public class ProcLifeCycleEngineTriggeredActivityTriggeringParentProcess extends WfMOpenTestCase (Code) | | Test the transitions of different activities and processes.
The transitions are triggered by the engine.
author: Christian Weidauer version: 1.0 |
Method Summary | |
public void | checkP1T6T7() Test a simple process definition. | public void | checkP1T7T7() Test a simple process definition. | public void | checkP4T6T6() 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. |
ProcLifeCycleEngineTriggeredActivityTriggeringParentProcess | public ProcLifeCycleEngineTriggeredActivityTriggeringParentProcess(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
checkP1T6T7 | public void checkP1T6T7() throws Exception(Code) | | Test a simple process definition. The process is terminated without
being started.
exception: Exception - if an error occurs |
checkP1T7T7 | public void checkP1T7T7() throws Exception(Code) | | Test a simple process definition. The process is terminated without
being started.
exception: Exception - if an error occurs |
checkP4T6T6 | public void checkP4T6T6() throws Exception(Code) | | Test a simple process definition. The process is terminated without
being started.
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 |
|
|
|