| |
|
| process.WfMOpenTestCase process.DeferredChoice
DeferredChoice | public class DeferredChoice extends WfMOpenTestCase (Code) | | Test of DeferredChoices within workflow processes.
After completion, all previously created processes and process definitions
are removed.
version: 1.0 |
DeferredChoice | public DeferredChoice(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
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 |
terminateActivityTest | public void terminateActivityTest() throws Exception(Code) | | Test.
exception: Exception - if an error occurs |
terminateProcessTest | public void terminateProcessTest() throws Exception(Code) | | Test.
exception: Exception - if an error occurs |
|
|
|