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

@Deprecated(since="2.5.1", forRemoval=true) public final class TestContainersSetupExtension extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback
Deprecated, for removal: This API element is subject to removal in a future version.
since "2.5.1". Use ComponentTestExtension instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestContainersSetupExtension

      public TestContainersSetupExtension()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • beforeAll

      public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
      Throws:
      Exception