public abstract class ItemTestCaseBase extends TransparentActivationTestCaseBase implements OptOutDefragSolo
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected Db4oUUID |
uuid |
| Constructor and Description |
|---|
ItemTestCaseBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
assertItemValue(java.lang.Object obj) |
protected void |
assertNullItem(java.lang.Object obj) |
protected abstract void |
assertRetrievedItem(java.lang.Object obj) |
protected abstract java.lang.Object |
createItem() |
protected java.lang.Object |
retrieveOnlyInstance() |
protected void |
store() |
void |
testDeactivate() |
void |
testQuery() |
configure, isPrimitiveNullassertOccurrences, 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, transprotected long id
protected Db4oUUID uuid
protected void store()
throws java.lang.Exception
store in class AbstractDb4oTestCasejava.lang.Exceptionpublic void testQuery()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeactivate()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.Object retrieveOnlyInstance()
protected void assertNullItem(java.lang.Object obj)
throws java.lang.Exception
java.lang.Exceptionprotected abstract void assertItemValue(java.lang.Object obj)
throws java.lang.Exception
java.lang.Exceptionprotected abstract java.lang.Object createItem()
throws java.lang.Exception
java.lang.Exceptionprotected abstract void assertRetrievedItem(java.lang.Object obj)
throws java.lang.Exception
java.lang.Exception