| com.sun.jbi.wsdl2.impl.TestWsdlWriter
TestWsdlWriter | public class TestWsdlWriter extends junit.framework.TestCase (Code) | | Unit tests for the WSDL factory.
author: Sun Microsystems Inc. |
Method Summary | |
public void | setUp() Set up for each test. | public void | tearDown() Clean up after each test case. | public void | testWriter() Test use of a WsldWriter instance. |
setUp | public void setUp() throws Exception(Code) | | Set up for each test.
exception: Exception - when set up fails for any reason. This tells JUnit that it cannot run the test. |
tearDown | public void tearDown() throws Exception(Code) | | Clean up after each test case.
exception: Exception - when clean up fails for any reason. |
testWriter | public void testWriter() throws Exception(Code) | | Test use of a WsldWriter instance.
exception: Exception - when any unexpected error occurs. |
|
|