@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @ExtendWith(value=org.springframework.test.context.junit.jupiter.SpringExtension.class) @ExtendWith(value=FlywayTestExtension.class) public @interface FlywayTestExtension
SpringExtension.
It support all features that are described with FlywayTest and
FlywayTests.
Usage:
{@codeCopyright © 2019. All rights reserved.