tests
Class ImportTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by tests.ImportTest
All Implemented Interfaces:
junit.framework.Test

public class ImportTest
extends junit.framework.TestCase


Constructor Summary
ImportTest()
           
 
Method Summary
 void testSchemaImport()
           
 void testSchemaImport2()
          variation of above don't set the base uri.
 void testSchemaImport3()
          see whether we can reach the types of the imported schemas.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportTest

public ImportTest()
Method Detail

testSchemaImport

public void testSchemaImport()
                      throws Exception
Throws:
Exception

testSchemaImport2

public void testSchemaImport2()
                       throws Exception
variation of above don't set the base uri.

Throws:
Exception

testSchemaImport3

public void testSchemaImport3()
                       throws Exception
see whether we can reach the types of the imported schemas.

Throws:
Exception


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.