Uses of Interface
com.opentable.db.postgres.embedded.DatabasePreparer
-
Packages that use DatabasePreparer Package Description com.opentable.db.postgres.embedded com.opentable.db.postgres.junit com.opentable.db.postgres.junit5 -
-
Uses of DatabasePreparer in com.opentable.db.postgres.embedded
Subinterfaces of DatabasePreparer in com.opentable.db.postgres.embedded Modifier and Type Interface Description interfaceDatabaseConnectionPreparerClasses in com.opentable.db.postgres.embedded that implement DatabasePreparer Modifier and Type Class Description classFlywayPreparerclassLiquibasePreparerMethods in com.opentable.db.postgres.embedded with parameters of type DatabasePreparer Modifier and Type Method Description static PreparedDbProviderPreparedDbProvider. forPreparer(DatabasePreparer preparer)static PreparedDbProviderPreparedDbProvider. forPreparer(DatabasePreparer preparer, Iterable<Consumer<EmbeddedPostgres.Builder>> customizers) -
Uses of DatabasePreparer in com.opentable.db.postgres.junit
Methods in com.opentable.db.postgres.junit with parameters of type DatabasePreparer Modifier and Type Method Description static PreparedDbRuleEmbeddedPostgresRules. preparedDatabase(DatabasePreparer preparer)Returns aTestRuleto create a Postgres cluster, shared amongst all test cases in this JVM.Constructors in com.opentable.db.postgres.junit with parameters of type DatabasePreparer Constructor Description PreparedDbRule(DatabasePreparer preparer) -
Uses of DatabasePreparer in com.opentable.db.postgres.junit5
Methods in com.opentable.db.postgres.junit5 with parameters of type DatabasePreparer Modifier and Type Method Description static PreparedDbExtensionEmbeddedPostgresExtension. preparedDatabase(DatabasePreparer preparer)Returns aTestRuleto create a Postgres cluster, shared amongst all test cases in this JVM.
-