| com.sun.jbi.messaging.util.TestWSDLHelper
TestWSDLHelper | public class TestWSDLHelper extends junit.framework.TestCase (Code) | | Tests for the TestWSDLHelper class
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestWSDLHelper(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestWSDLHelper | public TestWSDLHelper(String aTestName)(Code) | | The constructor for this testcase, forwards the test name to
the jUnit TestCase base class.
Parameters: aTestName - String with the name of this test. |
setUp | public void setUp() throws Exception(Code) | | Setup for the test. This creates the ComponentRegistry instance
and other objects needed for the tests.
throws: Exception - when set up fails for any reason. |
tearDown | public void tearDown() throws Exception(Code) | | Cleanup for the test.
throws: Exception - when tearDown fails for any reason. |
testGetInterfacesForServiceMultiple | public void testGetInterfacesForServiceMultiple() throws Exception(Code) | | Test multiple operation case for service
|
testGetInterfacesForServiceSingle | public void testGetInterfacesForServiceSingle() throws Exception(Code) | | Test single operation case for service
|
testGetOperationForServiceSingle | public void testGetOperationForServiceSingle() throws Exception(Code) | | Test single operation case for service
|
testGetOperationsForServiceMultiple | public void testGetOperationsForServiceMultiple() throws Exception(Code) | | Test multiple operation case for service
|
|
|