tests
Class RedefineTest

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

public class RedefineTest
extends junit.framework.TestCase


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 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

RedefineTest

public RedefineTest()
Method Detail

testComplexTypeRedefine

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

Throws:
java.lang.Exception - Any exception encountered

testSimpleTypeRedefine

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

Throws:
java.lang.Exception - Any exception encountered

testGroupRedefine

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

Throws:
java.lang.Exception - Any exception encountered

testAttributeGroupRedefine

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

Throws:
java.lang.Exception - Any exception encountered

testComplexTypeRedefineWithRelativeImports

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

Throws:
java.lang.Exception - Any exception encountered


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