public class ArrayList4TATestCase extends ArrayList4TATestCaseBase
| Constructor and Description |
|---|
ArrayList4TATestCase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
testAdd_LObject() |
void |
testAdd() |
void |
testAddAll_LCollection() |
void |
testClear_Iterator() |
void |
testClear() |
void |
testClone() |
void |
testContains() |
void |
testContainsAll() |
void |
testEnsureCapacity_Iterator() |
void |
testEquals() |
void |
testIndexOf() |
void |
testIsEmpty() |
void |
testIterator() |
void |
testIteratorNext_ConcurrentModificationException() |
void |
testIteratorNext_NoSuchElementException() |
void |
testIteratorNext() |
void |
testIteratorRemove_ConcurrentModificationException() |
void |
testIteratorRemove() |
void |
testLastIndexOf() |
void |
testRemove_IllegalStateException() |
void |
testRemove_LObject() |
void |
testRemoveAll() |
void |
testSet() |
void |
testSize() |
void |
testSubList_Clear() |
void |
testSubList_Clear2() |
void |
testSubList_ConcurrentModification() |
void |
testSubList() |
void |
testToArray_LObject() |
void |
testToArray() |
void |
testToString() |
void |
testTrimToSize_EnsureCapacity() |
void |
testTrimToSize_Iterator() |
void |
testTrimToSize_Remove() |
retrieveAndAssertNullArrayList4, retrieveAndAssertNullArrayList4, storeconfigure, isPrimitiveNullassertOccurrences, assertOccurrences, classMetadataFor, commit, concurrenyClientServerSuite, configureThreadCount, container, context, countOccurences, countOccurences, db, db4oSetupAfterStore, db4oSetupBeforeConfigure, db4oSetupBeforeStore, db4oTearDownAfterClean, db4oTearDownBeforeClean, defragment, deleteAll, deleteAll, deleteObjectSet, deleteObjectSet, embeddedSuite, eventRegistry, eventRegistryFor, fileSession, fixture, foreach, foreach, handleUncaughtExceptions, indexField, inMemorySuite, isEmbedded, isMultiSession, isNetworking, networkingSuite, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newTransaction, openNewSession, reflectClass, reflector, reopen, retrieveOnlyInstance, retrieveOnlyInstance, runAll, runConcurrency, runConcurrencyAll, runEmbedded, runEmbeddedConcurrency, runInMemory, runNetworking, runSolo, runSolo, runSoloAndClientServer, runSoloAndEmbeddedClientServer, serverEventRegistry, setUp, soloSuite, store, stream, systemTrans, tearDown, testCases, threadCount, transpublic static void main(java.lang.String[] args)
public void testAdd()
throws java.lang.Exception
java.lang.Exceptionpublic void testAdd_LObject()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddAll_LCollection()
throws java.lang.Exception
java.lang.Exceptionpublic void testClear()
throws java.lang.Exception
java.lang.Exceptionpublic void testContains()
throws java.lang.Exception
java.lang.Exceptionpublic void testContainsAll()
throws java.lang.Exception
java.lang.Exceptionpublic void testIndexOf()
throws java.lang.Exception
java.lang.Exceptionpublic void testIsEmpty()
throws java.lang.Exception
java.lang.Exceptionpublic void testIterator()
throws java.lang.Exception
java.lang.Exceptionpublic void testLastIndexOf()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemove_LObject()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemoveAll()
throws java.lang.Exception
java.lang.Exceptionpublic void testSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testSize()
throws java.lang.Exception
java.lang.Exceptionpublic void testToArray()
throws java.lang.Exception
java.lang.Exceptionpublic void testToArray_LObject()
throws java.lang.Exception
java.lang.Exceptionpublic void testToString()
throws java.lang.Exception
java.lang.Exceptionpublic void testTrimToSize_EnsureCapacity()
throws java.lang.Exception
java.lang.Exceptionpublic void testTrimToSize_Remove()
throws java.lang.Exception
java.lang.Exceptionpublic void testTrimToSize_Iterator()
throws java.lang.Exception
java.lang.Exceptionpublic void testEnsureCapacity_Iterator()
throws java.lang.Exception
java.lang.Exceptionpublic void testClear_Iterator()
throws java.lang.Exception
java.lang.Exceptionpublic void testClone()
throws java.lang.Exception
java.lang.Exceptionpublic void testEquals()
throws java.lang.Exception
java.lang.Exceptionpublic void testIteratorNext_NoSuchElementException()
throws java.lang.Exception
java.lang.Exceptionpublic void testIteratorNext_ConcurrentModificationException()
throws java.lang.Exception
java.lang.Exceptionpublic void testIteratorNext()
throws java.lang.Exception
java.lang.Exceptionpublic void testIteratorRemove()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemove_IllegalStateException()
throws java.lang.Exception
java.lang.Exceptionpublic void testIteratorRemove_ConcurrentModificationException()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubList()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubList_ConcurrentModification()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubList_Clear()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubList_Clear2()
throws java.lang.Exception
java.lang.Exception