public class BigSetTestCase extends AbstractDb4oTestCase implements OptOutMultiSession
| Modifier and Type | Class and Description |
|---|---|
static class |
BigSetTestCase.Holder<E> |
static class |
BigSetTestCase.Item |
| Constructor and Description |
|---|
BigSetTestCase() |
| Modifier and Type | Method and Description |
|---|---|
static BTree |
bTree(java.util.Set<BigSetTestCase.Item> set) |
static void |
main(java.lang.String[] args) |
protected BigSetTestCase.Item |
queryItem(java.lang.String name) |
void |
testAdd() |
void |
testAddAfterCommit() |
void |
testAddAllContainsAll() |
void |
testClear() |
void |
testClearAfterCommit() |
void |
testContains() |
void |
testDefragment() |
void |
testDelete() |
void |
testEmptySet() |
void |
testGetInternalImplementation() |
void |
testIsEmpty() |
void |
testIterator() |
void |
testPersistence() |
void |
testPurgeBeforeCommit() |
void |
testRefreshBigSet() |
void |
testRemove() |
void |
testRemoveAfterCommit() |
void |
testRemoveAll() |
void |
testSize() |
void |
testTypeHandlerInstalled() |
assertOccurrences, assertOccurrences, classMetadataFor, commit, concurrenyClientServerSuite, configure, 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, store, stream, systemTrans, tearDown, testCases, threadCount, transpublic static void main(java.lang.String[] args)
public void testRefreshBigSet()
public void testAddAfterCommit()
public void testClearAfterCommit()
public void testRemoveAfterCommit()
protected BigSetTestCase.Item queryItem(java.lang.String name)
public void testPurgeBeforeCommit()
public void testTypeHandlerInstalled()
public void testEmptySet()
public void testAdd()
public void testSize()
public void testContains()
public void testPersistence()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddAllContainsAll()
public void testRemove()
public void testRemoveAll()
public void testIsEmpty()
public void testIterator()
public void testDelete()
throws java.lang.Throwable
java.lang.Throwablepublic void testDefragment()
throws java.lang.Exception
java.lang.Exceptionpublic void testClear()
public void testGetInternalImplementation()
throws java.lang.Exception
java.lang.Exceptionpublic static BTree bTree(java.util.Set<BigSetTestCase.Item> set) throws java.lang.IllegalAccessException
java.lang.IllegalAccessException