Interface | Description |
---|---|
TemporaryDatabase | |
TemporaryDatabaseAware<T extends TemporaryDatabase> |
This marker interface is used to denote classes where the
TemporaryDatabase instance created by TemporaryDatabaseExecutionListener
can be reinjected. |
Class | Description |
---|---|
MockDatabase |
This class provides additional utility methods on top of the basic
TemporaryDatabasePostgreSQL
class. |
TemporaryDatabaseExecutionListener |
This
TestExecutionListener creates a temporary database and then
registers it as the default datasource inside DataSourceFactory by
using DataSourceFactory.setInstance(DataSource) . |
TemporaryDatabaseHsqldb | |
TemporaryDatabasePostgreSQL |
Exception | Description |
---|---|
TemporaryDatabaseException |
Copyright © 2020. All rights reserved.