Class FlywayPreparer
java.lang.Object
de.softwareforge.testing.postgres.embedded.FlywayPreparer
- All Implemented Interfaces:
DatabasePreparer
-
Field Summary
Fields inherited from interface de.softwareforge.testing.postgres.embedded.DatabasePreparer
NOOP_PREPARER
-
Method Summary
Modifier and TypeMethodDescriptionstatic FlywayPreparer
forClasspathLocation
(String... locations) void
prepare
(DataSource ds)
-
Method Details
-
forClasspathLocation
-
customize
public FlywayPreparer customize(Consumer<org.flywaydb.core.api.configuration.FluentConfiguration> customizer) -
prepare
- Specified by:
prepare
in interfaceDatabasePreparer
- Throws:
SQLException
-