Uses of Interface
de.softwareforge.testing.postgres.embedded.DatabasePreparer
Package
Description
-
Uses of DatabasePreparer in de.softwareforge.testing.postgres.embedded
Modifier and TypeMethodDescriptionDatabaseManager.Builder.withPreparer
(DatabasePreparer databasePreparer) -
Uses of DatabasePreparer in de.softwareforge.testing.postgres.junit5
Modifier and TypeMethodDescriptionMultiDatabaseBuilder.preparedInstance
(DatabasePreparer preparer) Create a vanilla database and execute aDatabasePreparer
for initialization on it.SingleDatabaseBuilder.preparedInstance
(DatabasePreparer preparer) Create a vanilla database and execute aDatabasePreparer
for initialization on it.MultiDatabaseBuilder.preparedInstanceWithDefaults
(DatabasePreparer preparer) Create a vanilla database with defaults and execute aDatabasePreparer
for initialization on it.SingleDatabaseBuilder.preparedInstanceWithDefaults
(DatabasePreparer preparer) Create a vanilla database with defaults and execute aDatabasePreparer
for initialization on it.