Uses of Class
org.exolab.castor.tests.framework.testDescriptor.UnitTestCase

Packages that use UnitTestCase
org.castor.xmlctf   
org.exolab.castor.tests.framework.testDescriptor   
 

Uses of UnitTestCase in org.castor.xmlctf
 

Fields in org.castor.xmlctf declared as UnitTestCase
protected  UnitTestCase XMLTestCase._unitTest
          The unit test case this class represent.
 

Constructors in org.castor.xmlctf with parameters of type UnitTestCase
MarshallingFrameworkTestCase(CastorTestCase test, UnitTestCase unit, MarshallingTest marshalling)
          Creates a CTF test case for the Marshalling framework.
OnlySourceGenerationTestCase(CastorTestCase test, UnitTestCase unit, OnlySourceGenerationTest sourceGen)
          Creates a new test case for the given setup.
SchemaTestCase(CastorTestCase castorTc, UnitTestCase tc)
          Creates a new SchemaTest with the given name
SourceGeneratorTestCase(CastorTestCase test, UnitTestCase unit, SourceGeneratorTest sourceGen)
          Creates a new test case for the given setup.
TestSourceGenerator(CastorTestCase test, UnitTestCase unit, OnlySourceGenerationTest sourceGen)
           
TestSourceGenerator(CastorTestCase test, UnitTestCase unit, SourceGeneratorTest sourceGen)
           
XMLTestCase(CastorTestCase test, UnitTestCase unit)
          Instantiates a new test case that represents the given UnitTestCase.
 

Uses of UnitTestCase in org.exolab.castor.tests.framework.testDescriptor
 

Methods in org.exolab.castor.tests.framework.testDescriptor that return UnitTestCase
 UnitTestCase[] SchemaTest.getUnitTestCase()
          Method getUnitTestCase.Returns the contents of the collection in an Array.
 UnitTestCase[] OnlySourceGenerationTest.getUnitTestCase()
          Method getUnitTestCase.Returns the contents of the collection in an Array.
 UnitTestCase[] SourceGeneratorTest.getUnitTestCase()
          Method getUnitTestCase.Returns the contents of the collection in an Array.
 UnitTestCase[] MarshallingTest.getUnitTestCase()
          Method getUnitTestCase.Returns the contents of the collection in an Array.
 UnitTestCase SchemaTest.getUnitTestCase(int index)
          Method getUnitTestCase.
 UnitTestCase OnlySourceGenerationTest.getUnitTestCase(int index)
          Method getUnitTestCase.
 UnitTestCase SourceGeneratorTest.getUnitTestCase(int index)
          Method getUnitTestCase.
 UnitTestCase MarshallingTest.getUnitTestCase(int index)
          Method getUnitTestCase.
 UnitTestCase SchemaTest.removeUnitTestCaseAt(int index)
          Method removeUnitTestCaseAt.
 UnitTestCase OnlySourceGenerationTest.removeUnitTestCaseAt(int index)
          Method removeUnitTestCaseAt.
 UnitTestCase SourceGeneratorTest.removeUnitTestCaseAt(int index)
          Method removeUnitTestCaseAt.
 UnitTestCase MarshallingTest.removeUnitTestCaseAt(int index)
          Method removeUnitTestCaseAt.
static UnitTestCase UnitTestCase.unmarshal(Reader reader)
          Method unmarshal.
 

Methods in org.exolab.castor.tests.framework.testDescriptor with parameters of type UnitTestCase
 void SchemaTest.addUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void OnlySourceGenerationTest.addUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void SourceGeneratorTest.addUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void MarshallingTest.addUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void SchemaTest.addUnitTestCase(UnitTestCase vUnitTestCase)
           
 void OnlySourceGenerationTest.addUnitTestCase(UnitTestCase vUnitTestCase)
           
 void SourceGeneratorTest.addUnitTestCase(UnitTestCase vUnitTestCase)
           
 void MarshallingTest.addUnitTestCase(UnitTestCase vUnitTestCase)
           
 boolean SchemaTest.removeUnitTestCase(UnitTestCase vUnitTestCase)
          Method removeUnitTestCase.
 boolean OnlySourceGenerationTest.removeUnitTestCase(UnitTestCase vUnitTestCase)
          Method removeUnitTestCase.
 boolean SourceGeneratorTest.removeUnitTestCase(UnitTestCase vUnitTestCase)
          Method removeUnitTestCase.
 boolean MarshallingTest.removeUnitTestCase(UnitTestCase vUnitTestCase)
          Method removeUnitTestCase.
 void SchemaTest.setUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void OnlySourceGenerationTest.setUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void SourceGeneratorTest.setUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void MarshallingTest.setUnitTestCase(int index, UnitTestCase vUnitTestCase)
           
 void SchemaTest.setUnitTestCase(UnitTestCase[] vUnitTestCaseArray)
           
 void OnlySourceGenerationTest.setUnitTestCase(UnitTestCase[] vUnitTestCaseArray)
           
 void SourceGeneratorTest.setUnitTestCase(UnitTestCase[] vUnitTestCaseArray)
           
 void MarshallingTest.setUnitTestCase(UnitTestCase[] vUnitTestCaseArray)
           
 



Copyright © 2012. All Rights Reserved.