Uses of Class
com.opentable.db.postgres.junit5.SingleInstancePostgresExtension
Packages that use SingleInstancePostgresExtension
-
Uses of SingleInstancePostgresExtension in com.opentable.db.postgres.junit5
Methods in com.opentable.db.postgres.junit5 that return SingleInstancePostgresExtensionModifier and TypeMethodDescriptionSingleInstancePostgresExtension.customize(Consumer<EmbeddedPostgres.Builder> customizer) EmbeddedPostgresExtension.singleInstance()Create a vanilla Postgres cluster -- just initialized, no customizations applied.