| Class | Description |
|---|---|
| ExecutionListenerHelper |
Simple helper for the TestExecutionListener
|
| 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
Notes:
FlywayTest wont work at class level.FlywayTest more than one time in test classes than do not use
parallel execution in surefire plugin.
With this option you will setup
your database in more than one thread parallel!Copyright © 2020. All rights reserved.