Uses of Interface
de.softwareforge.testing.postgres.embedded.DatabasePreparer
Packages that use DatabasePreparer
Package
Description
-
Uses of DatabasePreparer in de.softwareforge.testing.postgres.embedded
Classes in de.softwareforge.testing.postgres.embedded that implement DatabasePreparerFields in de.softwareforge.testing.postgres.embedded declared as DatabasePreparerMethods in de.softwareforge.testing.postgres.embedded with parameters of type DatabasePreparerModifier and TypeMethodDescriptionDatabaseManager.Builder.withPreparer(DatabasePreparer databasePreparer) -
Uses of DatabasePreparer in de.softwareforge.testing.postgres.junit5
Methods in de.softwareforge.testing.postgres.junit5 with parameters of type DatabasePreparerModifier and TypeMethodDescriptionMultiDatabaseBuilder.preparedInstance(DatabasePreparer preparer) Create a vanilla database and execute aDatabasePreparerfor initialization on it.SingleDatabaseBuilder.preparedInstance(DatabasePreparer preparer) Create a vanilla database and execute aDatabasePreparerfor initialization on it.MultiDatabaseBuilder.preparedInstanceWithDefaults(DatabasePreparer preparer) Create a vanilla database with defaults and execute aDatabasePreparerfor initialization on it.SingleDatabaseBuilder.preparedInstanceWithDefaults(DatabasePreparer preparer) Create a vanilla database with defaults and execute aDatabasePreparerfor initialization on it.