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 interfaceDatabaseConnectionPreparerProvides a default implementation of the DatabasePreparer, and adds a methodClasses in com.opentable.db.postgres.embedded that implement DatabasePreparer Modifier and Type Class Description classFlywayPreparerSupport for integrating Flyway and performing a DB migration as part of the setup process.classLiquibasePreparerSupport for integrating Liquibase and performing a DB migration as part of the setup process.Methods 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 aPreparedDbRuleto 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 aPreparedDbExtensionto create a Postgres cluster, shared amongst all test cases in this JVM.
-