Skip navigation links
A B C E F G O P S 

A

afterTestClass(TestContext) - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
no implementation for annotation FlywayTest needed.
afterTestMethod(TestContext) - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
no implementation for annotation FlywayTest needed.

B

beforeTestClass(TestContext) - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
Invoke this method before test class will be created.
beforeTestMethod(TestContext) - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
Called from spring before a test method will be invoked.

C

createFlyway() - Method in class org.flywaydb.test.junit.FlywayHelperFactory
Create a new flyway instance and call Flyway.configure(java.util.Properties) with content of file flyway.properties.

E

ExecutionListenerHelper - Class in org.flywaydb.test
Simple helper for the TestExecutionListener
ExecutionListenerHelper() - Constructor for class org.flywaydb.test.ExecutionListenerHelper
 

F

FlywayHelperFactory - Class in org.flywaydb.test.junit
Helper factory for Flyway creation and support for setting the flyway.properties and configure flyway with Flyway.configure(java.util.Properties).
FlywayHelperFactory() - Constructor for class org.flywaydb.test.junit.FlywayHelperFactory
 
FlywayTest - Annotation Type in org.flywaydb.test.annotation
Support for executing flyway commands during test without any special flyway command in test code.
FlywayTestExecutionListener - Class in org.flywaydb.test.junit
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.
FlywayTestExecutionListener() - Constructor for class org.flywaydb.test.junit.FlywayTestExecutionListener
Allocates new AbstractDbSpringContextTests instance.

G

getExecutionInformation(TestContext) - Static method in class org.flywaydb.test.ExecutionListenerHelper
Helper method to build test execution information with test class and method
getFlyway() - Method in class org.flywaydb.test.junit.FlywayHelperFactory
 
getFlywayProperties() - Method in class org.flywaydb.test.junit.FlywayHelperFactory
 
getLogger() - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
 
getOrder() - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
 

O

org.flywaydb.test - package org.flywaydb.test
Flyway test extension for unit testing.
org.flywaydb.test.annotation - package org.flywaydb.test.annotation
The base test annotation for Flyway FlywayTest
org.flywaydb.test.junit - package org.flywaydb.test.junit
Spring extension and implementation of annotation FlywayTest.

P

prepareTestInstance(TestContext) - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
no implementation for annotation FlywayTest needed.

S

setFlywayProperties(Properties) - Method in class org.flywaydb.test.junit.FlywayHelperFactory
 
setOrder(int) - Method in class org.flywaydb.test.junit.FlywayTestExecutionListener
change the default order value;
A B C E F G O P S 
Skip navigation links

Copyright © 2015. All rights reserved.