com.ibm.wsdl.tck.schema
Class SchemaImportTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ibm.wsdl.tck.schema.SchemaImportTest
All Implemented Interfaces:
junit.framework.Test

public class SchemaImportTest
extends junit.framework.TestCase

This class implements a series of tests used to check javax.wsdl.extensions.schema.SchemaImport implementations for compliance with the JWSDL specification.

Author:
John Kaputin (kaputin@uk.ibm.com)

Constructor Summary
SchemaImportTest()
           
 
Method Summary
protected  void setUp()
           
 void testSetGetNamespaceURI()
          Test SchemaImport.setNamespaceURI(...) and SchemaImport.getNamespaceURI().
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaImportTest

public SchemaImportTest()
Method Detail

setUp

protected void setUp()
              throws javax.wsdl.WSDLException,
                     java.io.IOException
Throws:
javax.wsdl.WSDLException
java.io.IOException

testSetGetNamespaceURI

public void testSetGetNamespaceURI()
Test SchemaImport.setNamespaceURI(...) and SchemaImport.getNamespaceURI().



Copyright © 2003 IBM. All Rights Reserved.