| |
|
| process.WfMOpenTestCase procdef.ClusteredProcData
ClusteredProcData | public class ClusteredProcData extends WfMOpenTestCase (Code) | | Test dealing with process data (descriptions).
Every process description that's needed, is imported here.
author: Holger Schlueter version: 1.0 |
Field Summary | |
final static org.apache.commons.logging.Log | logger |
Method Summary | |
public void | cleanup() Remove all imported process definitions. | public void | modifyData() Test modification of process data. | protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. | public static Test | suite() Construct this test suite. | public void | testData() Test initial values of process data. | public void | testInfo() Test context signature of process description. |
logger | final static org.apache.commons.logging.Log logger(Code) | | |
ClusteredProcData | public ClusteredProcData(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
cleanup | public void cleanup() throws Exception(Code) | | Remove all imported process definitions.
exception: Exception - if an error occurs |
modifyData | public void modifyData() throws Exception(Code) | | Test modification of process data.
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 |
testData | public void testData() throws Exception(Code) | | Test initial values of process data.
exception: Exception - if an error occurs |
testInfo | public void testInfo() throws Exception(Code) | | Test context signature of process description.
exception: Exception - if an error occurs |
|
|
|