public abstract class AbstractSoloDb4oFixture extends AbstractDb4oFixture
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSoloDb4oFixture() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Class clazz) |
void |
close() |
void |
configureAtRuntime(RuntimeConfigureAction action) |
protected abstract ObjectContainer |
createDatabase(Configuration config) |
ExtObjectContainer |
db() |
LocalObjectContainer |
fileSession() |
void |
open(Db4oTestCase testInstance) |
protected void |
postOpen(Db4oTestCase testInstance) |
protected void |
preClose() |
applyFixtureConfiguration, buildLabel, clean, cloneConfiguration, cloneDb4oConfiguration, config, defragment, doClean, fixtureConfiguration, listenToUncaughtExceptions, newConfiguration, reopen, resetConfig, threadPoolFor, toString, uncaughtExceptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefragmentpublic final void open(Db4oTestCase testInstance)
public void close()
throws java.lang.Exception
java.lang.Exceptionpublic boolean accept(java.lang.Class clazz)
accept in interface Db4oFixtureaccept in class AbstractDb4oFixturepublic ExtObjectContainer db()
public LocalObjectContainer fileSession()
public void configureAtRuntime(RuntimeConfigureAction action)
protected void preClose()
protected void postOpen(Db4oTestCase testInstance)
protected abstract ObjectContainer createDatabase(Configuration config)