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 FlywayPreparerforClasspathLocation(String... locations) voidprepare(DataSource ds)
-
Method Details
-
forClasspathLocation
-
customize
public FlywayPreparer customize(Consumer<org.flywaydb.core.api.configuration.FluentConfiguration> customizer) -
prepare
- Specified by:
preparein interfaceDatabasePreparer- Throws:
SQLException
-