| com.sun.jbi.binding.file.util.TestWSDLFileReader
TestWSDLFileReader | public class TestWSDLFileReader extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public void | setUp() Sets up tests. | public static Test | suite() | public void | testGetBean() Test of getBean method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testGetEndpoint() Test of getEndpoint method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testGetEndpointCount() Test of getEndpointCount method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testGetError() Test of getError method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testGetException() Test of getException method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testGetWarning() Test of getWarning method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testInit() Test of init method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. | public void | testIsValid() Test of isValid method, of class
com.sun.jbi.binding.file.util.WSDLFileReader. |
TestWSDLFileReader | public TestWSDLFileReader(java.lang.String testName)(Code) | | Creates a new TestWSDLFileReader object.
Parameters: testName - |
setUp | public void setUp()(Code) | | Sets up tests.
|
suite | public static Test suite()(Code) | | NOT YET DOCUMENTED |
testGetBean | public void testGetBean()(Code) | | Test of getBean method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testGetEndpoint | public void testGetEndpoint()(Code) | | Test of getEndpoint method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testGetEndpointCount | public void testGetEndpointCount()(Code) | | Test of getEndpointCount method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testGetError | public void testGetError()(Code) | | Test of getError method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testGetException | public void testGetException()(Code) | | Test of getException method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testGetWarning | public void testGetWarning()(Code) | | Test of getWarning method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testInit | public void testInit()(Code) | | Test of init method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
testIsValid | public void testIsValid()(Code) | | Test of isValid method, of class
com.sun.jbi.binding.file.util.WSDLFileReader.
|
|
|