| |
|
| process.WfMOpenTestCase tools.WSIF
Method Summary | |
public void | checkWSIFToolInvocation() Test a simple process definition with a simple soap tool invocation. | public void | googleSearch() 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. |
WSIF | public WSIF(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
checkWSIFToolInvocation | public void checkWSIFToolInvocation() throws Exception(Code) | | Test a simple process definition with a simple soap tool invocation.
exception: Exception - if an error occurs |
googleSearch | public void googleSearch() 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 |
|
|
|