| |
|
| process.WfMOpenTestCase tools.WSIFLocal
Method Summary | |
public void | addressBook() Test a soap tool invocation which returns a complex data type of JDOM
element. | public void | removeProcessDefinition() Test a simple process definition with a simple soap tool invocation. | protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. | public static Test | suite() Construct this test suite. |
WSIFLocal | public WSIFLocal(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
addressBook | public void addressBook() throws Exception(Code) | | Test a soap tool invocation which returns a complex data type of JDOM
element.
exception: Exception - if an error occurs |
removeProcessDefinition | public void removeProcessDefinition() throws Exception(Code) | | Test a simple process definition with a simple soap tool invocation.
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 |
|
|
|