public static class ActivatableListAPITestSuite.ActivatableListAPITestUnit extends ActivatableCollectionAPITestUnit<java.util.List<CollectionElement>>
| Constructor and Description |
|---|
ActivatableListAPITestSuite.ActivatableListAPITestUnit() |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionSpec<java.util.List<CollectionElement>> |
currentCollectionSpec() |
void |
testActivatableElementsAreNotActivated() |
void |
testAddAllAtIndex() |
void |
testAddAtIndex() |
void |
testGet() |
void |
testIndexOf() |
void |
testLastIndexOf() |
void |
testListIterator() |
void |
testListIteratorAdd() |
void |
testListIteratorAtIndex() |
void |
testListIteratorSet() |
void |
testModifiedSubList() |
void |
testRemoveAtIndex() |
void |
testSet() |
void |
testSubList() |
newActivatableCollection, newPlainCollection, testAdd, testAddAll, testClear, testCollectionIsNotActivated, testContains, testContainsAll, testCorrectContent, testEquals, testHashCode, testIsEmpty, testIteratorRemove, testRemove, testRemoveAll, testRepeatedAdd, testRetainAll, testSize, testToArray, testToArrayWithArrayParamassertAreEqual, configure, singleCollection, singleHolder, storeassertOccurrences, 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 ActivatableListAPITestSuite.ActivatableListAPITestUnit()
public void testActivatableElementsAreNotActivated()
public void testAddAtIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddAllAtIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void testGet()
public void testIndexOf()
public void testLastIndexOf()
throws java.lang.Exception
java.lang.Exceptionpublic void testListIterator()
public void testListIteratorAtIndex()
public void testRemoveAtIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void testSet()
public void testSubList()
public void testModifiedSubList()
throws java.lang.Exception
java.lang.Exceptionpublic void testListIteratorAdd()
throws java.lang.Exception
java.lang.Exceptionpublic void testListIteratorSet()
throws java.lang.Exception
java.lang.Exceptionprotected CollectionSpec<java.util.List<CollectionElement>> currentCollectionSpec()
currentCollectionSpec in class ActivatableCollectionAPITestUnit<java.util.List<CollectionElement>>