| |
|
| process.WfMOpenTestCase process.ProcLifeCycleFailingToolInvocation
ProcLifeCycleFailingToolInvocation | public class ProcLifeCycleFailingToolInvocation 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 | checkP7FailingToolInvocation() 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. |
ProcLifeCycleFailingToolInvocation | public ProcLifeCycleFailingToolInvocation(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
checkP7FailingToolInvocation | public void checkP7FailingToolInvocation() 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 |
|
|
|