public interface DatabaseContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseContext.ContextState |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(DatabasePreparer preparer) |
java.util.List<DatabasePreparer> |
getCorePreparers() |
EmbeddedDatabase |
getDatabase() |
DatabaseContext.ContextState |
getState() |
java.util.List<DatabasePreparer> |
getTestPreparers() |
void |
reset() |
java.util.List<DatabasePreparer> getCorePreparers()
java.util.List<DatabasePreparer> getTestPreparers()
EmbeddedDatabase getDatabase()
DatabaseContext.ContextState getState()
void apply(DatabasePreparer preparer)
void reset()