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.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
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:
beforeAllin interfaceorg.junit.jupiter.api.extension.BeforeAllCallback- Throws:
Exception
-
ComponentTestExtensioninstead.