Package org.flywaydb.test
Class ExecutionListenerHelper
java.lang.Object
org.flywaydb.test.ExecutionListenerHelper
Simple helper for the TestExecutionListener
- Version:
- 2011-12-28, 1.0
- Author:
- Florian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetExecutionInformation(org.springframework.test.context.TestContext testContext) Helper method to build test execution information with test class and method
-
Constructor Details
-
ExecutionListenerHelper
public ExecutionListenerHelper()
-
-
Method Details
-
getExecutionInformation
public static String getExecutionInformation(org.springframework.test.context.TestContext testContext) Helper method to build test execution information with test class and method- Parameters:
testContext- of spring test environment- Returns:
- String like <Class Name>[.<Method Name>]
-