public class Db4oEmbeddedSessionFixture extends AbstractFileBasedDb4oFixture implements MultiSessionFixture
| Constructor and Description |
|---|
Db4oEmbeddedSessionFixture() |
Db4oEmbeddedSessionFixture(java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Class clazz) |
ExtObjectContainer |
db() |
protected java.lang.String |
fileName() |
java.lang.String |
label() |
ExtObjectContainer |
openNewSession(Db4oTestCase testInstance) |
protected void |
postOpen(Db4oTestCase testInstance) |
protected void |
preClose() |
createDatabase, defragment, doClean, getAbsolutePathclose, configureAtRuntime, fileSession, openapplyFixtureConfiguration, buildLabel, clean, cloneConfiguration, cloneDb4oConfiguration, config, defragment, fixtureConfiguration, listenToUncaughtExceptions, newConfiguration, reopen, resetConfig, threadPoolFor, toString, uncaughtExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclean, close, config, configureAtRuntime, defragment, fileSession, fixtureConfiguration, open, reopen, resetConfig, uncaughtExceptionspublic Db4oEmbeddedSessionFixture(java.lang.String label)
public Db4oEmbeddedSessionFixture()
public ExtObjectContainer db()
db in interface Db4oFixturedb in class AbstractSoloDb4oFixtureprotected java.lang.String fileName()
fileName in class AbstractFileBasedDb4oFixturepublic boolean accept(java.lang.Class clazz)
accept in interface Db4oFixtureaccept in class AbstractSoloDb4oFixtureprotected void postOpen(Db4oTestCase testInstance)
postOpen in class AbstractSoloDb4oFixtureprotected void preClose()
preClose in class AbstractSoloDb4oFixturepublic ExtObjectContainer openNewSession(Db4oTestCase testInstance)
openNewSession in interface MultiSessionFixture