Interface TestEngineExtension


public interface TestEngineExtension
Interface to implement TestEngineExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Method to destroy global environment resources
    default void
    Method to initialize global environment resources
  • Method Details

    • initializeCallback

      default void initializeCallback() throws Throwable
      Method to initialize global environment resources
      Throws:
      Throwable - Throwable
    • destroyCallback

      default void destroyCallback() throws Throwable
      Method to destroy global environment resources
      Throws:
      Throwable - Throwable