| process.Types
Types | public class Types extends TestCase (Code) | | Test the life cycle of different processes.
|
Method Summary | |
public void | importProcessDefinitions() Import the process definitions from a XPDL file
unsing the ProcessDefinitionDirectory bean. | protected void | setUp() Initialisierung. | public static Test | suite() Stellt diese TestSuite zusammen. | protected void | tearDown() | public void | typeInformation() Test types. |
Types | public Types(String name)(Code) | | Constructor of this TestCase
|
importProcessDefinitions | public void importProcessDefinitions() throws Exception(Code) | | Import the process definitions from a XPDL file
unsing the ProcessDefinitionDirectory bean.
|
suite | public static Test suite()(Code) | | Stellt diese TestSuite zusammen.
|
typeInformation | public void typeInformation() throws Exception(Code) | | Test types.
|
|
|