addUnitTestCase
public void addUnitTestCase(int index,
UnitTestCase vUnitTestCase)
throws java.lang.IndexOutOfBoundsException
addUnitTestCase
public void addUnitTestCase(UnitTestCase vUnitTestCase)
throws java.lang.IndexOutOfBoundsException
enumerateUnitTestCase
public java.util.Enumeration enumerateUnitTestCase()
Method enumerateUnitTestCase.
- an Enumeration over all
org.exolab.castor.tests.framework.testDescriptor.UnitTestCase
elements
getUnitTestCase
public UnitTestCase[] getUnitTestCase()
Method getUnitTestCase.Returns the contents of the
collection in an Array.
Note: Just in case the
collection contents are changing in another thread, we pass
a 0-length Array of the correct type into the API call.
This way we
know that the Array returned is of
exactly the correct length.
- this collection as an Array
getUnitTestCase
public UnitTestCase getUnitTestCase(int index)
throws java.lang.IndexOutOfBoundsException
Method getUnitTestCase.
- the value of the
org.exolab.castor.tests.framework.testDescriptor.UnitTestCase
at the given index
getUnitTestCaseCount
public int getUnitTestCaseCount()
Method getUnitTestCaseCount.
- the size of this collection
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
removeAllUnitTestCase
public void removeAllUnitTestCase()
removeUnitTestCase
public boolean removeUnitTestCase(UnitTestCase vUnitTestCase)
Method removeUnitTestCase.
- true if the object was removed from the collection.
removeUnitTestCaseAt
public UnitTestCase removeUnitTestCaseAt(int index)
Method removeUnitTestCaseAt.
- the element removed from the collection
setUnitTestCase
public void setUnitTestCase(int index,
UnitTestCase vUnitTestCase)
throws java.lang.IndexOutOfBoundsException
setUnitTestCase
public void setUnitTestCase(UnitTestCase[] vUnitTestCaseArray)