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