| |
|
| de.danet.an.workflow.tools.test.ToolAgentTestBase tools.EJBInvokerTest
EJBInvokerTest | public EJBInvokerTest()(Code) | | Constructs a test case without a name.
|
EJBInvokerTest | public EJBInvokerTest(String name)(Code) | | Constructs a test case with the specified name.
Parameters: name - name of the test. |
suite | public static Test suite()(Code) | | Creates this test suite.
the test suite. |
testInvokeBoolean | public void testInvokeBoolean() throws Exception(Code) | | Basic method call with integer arguments.
throws: Exception - Test failed. |
testInvokeDouble | public void testInvokeDouble() throws Exception(Code) | | Basic method call with integer arguments.
throws: Exception - Test failed. |
testInvokeLong | public void testInvokeLong() throws Exception(Code) | | Basic method call with integer arguments.
throws: Exception - Test failed. |
testInvokeString | public void testInvokeString() throws Exception(Code) | | Basic method call with a string argument.
throws: Exception - Test failed. |
testInvokeXml | public void testInvokeXml() throws Exception(Code) | | Basic method call with integer arguments.
throws: Exception - Test failed. |
|
|
|