Uses of Class
de.softwareforge.testing.postgres.junit5.EmbeddedPgExtension
Packages that use EmbeddedPgExtension
-
Uses of EmbeddedPgExtension in de.softwareforge.testing.postgres.junit5
Methods in de.softwareforge.testing.postgres.junit5 that return types with arguments of type EmbeddedPgExtensionModifier and TypeMethodDescriptionMultiDatabaseBuilder.instance()Create a vanilla database -- just initialized, no customizations applied.SingleDatabaseBuilder.instance()Create a vanilla database -- just initialized, no customizations applied.MultiDatabaseBuilder.instanceWithDefaults()Create a vanilla database with standard initializations (EmbeddedPostgres.Builder.withDefaults()).SingleDatabaseBuilder.instanceWithDefaults()Create a vanilla database with standard initializations (EmbeddedPostgres.Builder.withDefaults()).MultiDatabaseBuilder.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.