Uses of Class
com.opentable.db.postgres.junit.SingleInstancePostgresRule
-
Packages that use SingleInstancePostgresRule Package Description com.opentable.db.postgres.junit -
-
Uses of SingleInstancePostgresRule in com.opentable.db.postgres.junit
Methods in com.opentable.db.postgres.junit that return SingleInstancePostgresRule Modifier and Type Method Description SingleInstancePostgresRuleSingleInstancePostgresRule. customize(Consumer<EmbeddedPostgres.Builder> customizer)static SingleInstancePostgresRuleEmbeddedPostgresRules. singleInstance()Create a vanilla Postgres cluster -- just initialized, no customizations applied.
-