public static class ActivatableMapAPITestSuite.ActivatableMapAPITestUnit extends ActivatableMapTestCaseBase
| Constructor and Description |
|---|
ActivatableMapAPITestSuite.ActivatableMapAPITestUnit() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<CollectionElement,CollectionElement> |
createMap() |
void |
testActivatableElementsAreNotActivated() |
void |
testClear() |
void |
testContainsKey() |
void |
testContainsValue() |
void |
testCorrectContent() |
void |
testEntrySet() |
void |
testEquals() |
void |
testGet() |
void |
testHashCode() |
void |
testIsEmpty() |
void |
testKeySet() |
void |
testKeySetIteratorRemove() |
void |
testMapIsNotActivated() |
void |
testPut() |
void |
testPutAll() |
void |
testRemove() |
void |
testRemoveFromValues() |
void |
testRepeatedPut() |
void |
testSize() |
void |
testValues() |
assertEmpty, assertEqualContent, configure, newFilledMap, singleItem, singleMap, 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 ActivatableMapAPITestSuite.ActivatableMapAPITestUnit()
public void testCorrectContent()
public void testMapIsNotActivated()
public void testActivatableElementsAreNotActivated()
public void testClear()
throws java.lang.Exception
java.lang.Exceptionpublic void testContainsKey()
public void testContainsValue()
public void testEntrySet()
public void testGet()
public void testIsEmpty()
public void testKeySet()
public void testPut()
throws java.lang.Exception
java.lang.Exceptionpublic void testPutAll()
throws java.lang.Exception
java.lang.Exceptionpublic void testRemove()
throws java.lang.Exception
java.lang.Exceptionpublic void testSize()
public void testValues()
public void testRemoveFromValues()
throws java.lang.Exception
java.lang.Exceptionpublic void testEquals()
public void testHashCode()
public void testKeySetIteratorRemove()
throws java.lang.Exception
java.lang.Exceptionpublic void testRepeatedPut()
throws java.lang.Exception
java.lang.Exceptionprotected java.util.Map<CollectionElement,CollectionElement> createMap()
createMap in class ActivatableMapTestCaseBase