| com.sun.jbi.binding.file.util.TestWSDLFileValidator
TestWSDLFileValidator | public class TestWSDLFileValidator extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public static Test | suite() | public void | testGetDocument() Test of getDocument method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator. | public void | testGetError() Test of getError method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator. | public void | testGetException() Test of getException method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator. | public void | testIsValid() Test of isValid method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator. | public void | testValidate() Test of validate method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator. |
TestWSDLFileValidator | public TestWSDLFileValidator(java.lang.String testName)(Code) | | Creates a new TestWSDLFileValidator object.
Parameters: testName - |
suite | public static Test suite()(Code) | | NOT YET DOCUMENTED |
testGetDocument | public void testGetDocument()(Code) | | Test of getDocument method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator.
|
testGetError | public void testGetError()(Code) | | Test of getError method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator.
|
testGetException | public void testGetException()(Code) | | Test of getException method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator.
|
testIsValid | public void testIsValid()(Code) | | Test of isValid method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator.
|
testValidate | public void testValidate()(Code) | | Test of validate method, of class
com.sun.jbi.binding.file.util.WSDLFileValidator.
|
|
|