Uses of Class
de.softwareforge.testing.postgres.embedded.FlywayPreparer
-
Uses of FlywayPreparer in de.softwareforge.testing.postgres.embedded
Modifier and TypeMethodDescriptionFlywayPreparer.addCustomizer
(Consumer<org.flywaydb.core.api.configuration.FluentConfiguration> customizer) Add a customizer instance.FlywayPreparer.addCustomizers
(Set<Consumer<org.flywaydb.core.api.configuration.FluentConfiguration>> customizers) Add customizer instances.FlywayPreparer.customize
(Consumer<org.flywaydb.core.api.configuration.FluentConfiguration> customizer) Deprecated.static FlywayPreparer
FlywayPreparer.forClasspathLocation
(String... locations) Creates a new instance using one or more classpath locations.
addCustomizer(Consumer)
.