public class UpdateCollectionTestCase extends Db4oClientServerTestCase
| Modifier and Type | Field and Description |
|---|---|
java.util.List |
list |
| Constructor and Description |
|---|
UpdateCollectionTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkUpdateDifferentElement(ExtObjectContainer oc) |
void |
checkUpdateList(ExtObjectContainer oc) |
void |
checkUpdateSameElement(ExtObjectContainer oc) |
void |
concUpdateDifferentElement(ExtObjectContainer oc,
int seq) |
void |
concUpdateList(ExtObjectContainer oc,
int seq) |
void |
concUpdateSameElement(ExtObjectContainer oc,
int seq) |
static void |
main(java.lang.String[] args) |
protected void |
store() |
clientServerFixtureassertOccurrences, 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, stream, systemTrans, tearDown, testCases, threadCount, transpublic static void main(java.lang.String[] args)
protected void store()
throws java.lang.Exception
store in class AbstractDb4oTestCasejava.lang.Exceptionpublic void concUpdateSameElement(ExtObjectContainer oc, int seq) throws java.lang.Exception
java.lang.Exceptionpublic void checkUpdateSameElement(ExtObjectContainer oc) throws java.lang.Exception
java.lang.Exceptionpublic void concUpdateDifferentElement(ExtObjectContainer oc, int seq) throws java.lang.Exception
java.lang.Exceptionpublic void checkUpdateDifferentElement(ExtObjectContainer oc) throws java.lang.Exception
java.lang.Exceptionpublic void concUpdateList(ExtObjectContainer oc, int seq) throws java.lang.Exception
java.lang.Exceptionpublic void checkUpdateList(ExtObjectContainer oc) throws java.lang.Exception
java.lang.Exception