tests
Class RedefineTest

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

public class RedefineTest
extends org.junit.Assert


Constructor Summary
RedefineTest()
           
 
Method Summary
 void testAttributeGroupRedefine()
          This method will test a attribute group redefine.
 void testComplexTypeRedefine()
          This method will test a complex type redefine.
 void testComplexTypeRedefineWithRelativeImports()
          This method will test a complex type redefine.
 void testGroupRedefine()
          This method will test a group redefine.
 void testSimpleTypeRedefine()
          This method will test a simple type redefine.
 
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

RedefineTest

public RedefineTest()
Method Detail

testComplexTypeRedefine

public void testComplexTypeRedefine()
                             throws Exception
This method will test a complex type redefine.

Throws:
Exception - Any exception encountered

testSimpleTypeRedefine

public void testSimpleTypeRedefine()
                            throws Exception
This method will test a simple type redefine.

Throws:
Exception - Any exception encountered

testGroupRedefine

public void testGroupRedefine()
                       throws Exception
This method will test a group redefine.

Throws:
Exception - Any exception encountered

testAttributeGroupRedefine

public void testAttributeGroupRedefine()
                                throws Exception
This method will test a attribute group redefine.

Throws:
Exception - Any exception encountered

testComplexTypeRedefineWithRelativeImports

public void testComplexTypeRedefineWithRelativeImports()
                                                throws Exception
This method will test a complex type redefine. Similar to the first test but now there are multiple layers of includes

Throws:
Exception - Any exception encountered


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