Class TestContainersSetupExtension

java.lang.Object
dev.lydtech.component.framework.extension.TestContainersSetupExtension
All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.Extension

public final class TestContainersSetupExtension extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback
  • Constructor Details

    • TestContainersSetupExtension

      public TestContainersSetupExtension()
  • Method Details

    • beforeAll

      public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception
      Specified by:
      beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
      Throws:
      Exception