public interface Db4oFixture extends Labeled
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Class clazz) |
void |
clean() |
void |
close() |
Configuration |
config() |
void |
configureAtRuntime(RuntimeConfigureAction action) |
ExtObjectContainer |
db() |
void |
defragment() |
LocalObjectContainer |
fileSession() |
void |
fixtureConfiguration(FixtureConfiguration configuration) |
void |
open(Db4oTestCase testInstance) |
void |
reopen(Db4oTestCase testInstance) |
void |
resetConfig() |
java.util.List<java.lang.Throwable> |
uncaughtExceptions() |
void open(Db4oTestCase testInstance) throws java.lang.Exception
java.lang.Exceptionvoid close()
throws java.lang.Exception
java.lang.Exceptionvoid reopen(Db4oTestCase testInstance) throws java.lang.Exception
java.lang.Exceptionvoid clean()
LocalObjectContainer fileSession()
ExtObjectContainer db()
Configuration config()
boolean accept(java.lang.Class clazz)
void defragment()
throws java.lang.Exception
java.lang.Exceptionvoid configureAtRuntime(RuntimeConfigureAction action)
void fixtureConfiguration(FixtureConfiguration configuration)
void resetConfig()
java.util.List<java.lang.Throwable> uncaughtExceptions()