Class ExecutionListenerHelper

java.lang.Object
org.flywaydb.test.ExecutionListenerHelper

public abstract class ExecutionListenerHelper extends Object
Simple helper for the TestExecutionListener
Version:
2011-12-28, 1.0
Author:
Florian
  • 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>]