Uses of Class
com.opentable.db.postgres.junit.PreparedDbRule
-
Packages that use PreparedDbRule Package Description com.opentable.db.postgres.junit -
-
Uses of PreparedDbRule in com.opentable.db.postgres.junit
Methods in com.opentable.db.postgres.junit that return PreparedDbRule Modifier and Type Method Description PreparedDbRulePreparedDbRule. customize(Consumer<EmbeddedPostgres.Builder> customizer)static PreparedDbRuleEmbeddedPostgresRules. preparedDatabase(DatabasePreparer preparer)Returns aPreparedDbRuleto create a Postgres cluster, shared amongst all test cases in this JVM.
-