public abstract class ActivatableCollectionAPITestUnit<C extends java.util.Collection<CollectionElement>> extends ActivatableCollectionTestCaseBase<C>
| Constructor and Description |
|---|
ActivatableCollectionAPITestUnit() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CollectionSpec<C> |
currentCollectionSpec() |
protected C |
newActivatableCollection() |
protected C |
newPlainCollection() |
void |
testAdd() |
void |
testAddAll() |
void |
testClear() |
void |
testCollectionIsNotActivated() |
void |
testContains() |
void |
testContainsAll() |
void |
testCorrectContent() |
void |
testEquals() |
void |
testHashCode() |
void |
testIsEmpty() |
void |
testIteratorRemove() |
void |
testRemove() |
void |
testRemoveAll() |
void |
testRepeatedAdd() |
void |
testRetainAll() |
void |
testSize() |
void |
testToArray() |
void |
testToArrayWithArrayParam() |
assertAreEqual, 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 void testCorrectContent()
public void testCollectionIsNotActivated()
public void testAdd()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddAll()
throws java.lang.Exception
java.lang.Exceptionpublic void testClear()
throws java.lang.Exception
java.lang.Exceptionpublic void testContains()
public void testContainsAll()
public void testEquals()
public void testHashCode()
public void testIsEmpty()
public void testRemove()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemoveAll()
public void testRetainAll()
public void testSize()
public void testToArray()
public void testToArrayWithArrayParam()
public void testIteratorRemove()
throws java.lang.Exception
java.lang.Exceptionpublic void testRepeatedAdd()
throws java.lang.Exception
java.lang.Exceptionprotected C newActivatableCollection()
newActivatableCollection in class ActivatableCollectionTestCaseBase<C extends java.util.Collection<CollectionElement>>protected C newPlainCollection()
protected abstract CollectionSpec<C> currentCollectionSpec()