Interface TestLifecycleApplication


public interface TestLifecycleApplication
  • Method Details

    • beforeTest

      void beforeTest(Method method)
    • prepareTest

      void prepareTest(Object test)
    • afterTest

      void afterTest(Method method)