FlywayTest.See: Description
| Class | Description |
|---|---|
| FlywayHelperFactory |
Helper factory for Flyway creation and support for setting the flyway.properties and configure
flyway with
Flyway.configure(java.util.Properties). |
| FlywayTestExecutionListener |
Spring test execution listener to get annotation
FlywayTest up and
running
If the annotation FlywayTest used on class level a clean , init ,
migrate cycle is done during class load. |
FlywayTest.
Implementation will be found inside FlywayTestExecutionListener.
A factory helper for Flyway provide FlywayHelperFactory. This are needed
to configure Flyway to use the flyway.properties file correct.Copyright © 2014. All Rights Reserved.