public class BTreeRangeTestCase extends BTreeTestCaseBase
_btree, BTREE_NODE_SIZE| Constructor and Description |
|---|
BTreeRangeTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
db4oSetupAfterStore() |
static void |
main(java.lang.String[] args) |
void |
testExtendToLastOf() |
void |
testIntersectSingleSingle() |
void |
testIntersectSingleUnion() |
void |
testIntersectUnionUnion() |
void |
testIsEmpty() |
void |
testLastPointer() |
void |
testSize() |
void |
testUnion() |
void |
testUnionOfOverlappingSingleRangesYieldSingleRange() |
void |
testUnionsMerge() |
void |
testUnionsOfUnions() |
void |
testUnionWithEmptyDoesNotCreateNewRange() |
add, add, add, add, assertEmpty, assertPointerKey, assertSingleElement, assertSingleElement, assertSize, commit, commit, newBTree, range, remove, remove, remove, search, searchassertOccurrences, assertOccurrences, classMetadataFor, concurrenyClientServerSuite, configure, configureThreadCount, container, context, countOccurences, countOccurences, db, 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)
protected void db4oSetupAfterStore()
throws java.lang.Exception
db4oSetupAfterStore in class BTreeTestCaseBasejava.lang.Exceptionpublic void testLastPointer()
public void testSize()
public void testIntersectSingleSingle()
public void testIntersectSingleUnion()
public void testIntersectUnionUnion()
public void testUnion()
public void testIsEmpty()
public void testUnionWithEmptyDoesNotCreateNewRange()
public void testUnionsMerge()
public void testUnionsOfUnions()
public void testExtendToLastOf()
public void testUnionOfOverlappingSingleRangesYieldSingleRange()