tests
Class IncludeTest

java.lang.Object
  extended by org.junit.Assert
      extended by tests.IncludeTest

public class IncludeTest
extends org.junit.Assert


Constructor Summary
IncludeTest()
           
 
Method Summary
 void testImportSchemaWithoutNamespace()
          Test importing a schema without namespace into a schema with namespace.
 void testInclude()
          This method will test the include.
 void testIncludeSchemaWithoutNamespace()
          Test importing a schema without namespace into a schema with namespace.
 void testSchemaInclude()
          Schema included defined xmlns="http://www.w3.org/2001/XMLSchema"
 void testSchemaIncludeNoDefaultNS()
          Schema included does not define xmlns="http://www.w3.org/2001/XMLSchema"
 void testSerializeSchema()
           
 
Methods inherited from class org.junit.Assert
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeTest

public IncludeTest()
Method Detail

testInclude

public void testInclude()
                 throws Exception
This method will test the include.

Throws:
Exception - Any exception encountered

testImportSchemaWithoutNamespace

public void testImportSchemaWithoutNamespace()
                                      throws Exception
Test importing a schema without namespace into a schema with namespace.

Throws:
Exception

testIncludeSchemaWithoutNamespace

public void testIncludeSchemaWithoutNamespace()
                                       throws Exception
Test importing a schema without namespace into a schema with namespace.

Throws:
Exception

testSchemaInclude

public void testSchemaInclude()
                       throws Exception
Schema included defined xmlns="http://www.w3.org/2001/XMLSchema"

Throws:
Exception

testSchemaIncludeNoDefaultNS

public void testSchemaIncludeNoDefaultNS()
                                  throws Exception
Schema included does not define xmlns="http://www.w3.org/2001/XMLSchema"

Throws:
Exception

testSerializeSchema

public void testSerializeSchema()
                         throws Exception
Throws:
Exception


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