Package com.opentable.db.postgres.junit5
Class LegacySingleInstancePostgresExtension
java.lang.Object
com.opentable.db.postgres.junit5.LegacySingleInstancePostgresExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterTestExecutionCallback,org.junit.jupiter.api.extension.BeforeTestExecutionCallback,org.junit.jupiter.api.extension.Extension
@Deprecated
public class LegacySingleInstancePostgresExtension
extends Object
implements org.junit.jupiter.api.extension.AfterTestExecutionCallback, org.junit.jupiter.api.extension.BeforeTestExecutionCallback
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTestExecution(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.voidbeforeTestExecution(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.customize(Consumer<EmbeddedPostgres.Builder> customizer) Deprecated.Deprecated.
-
Constructor Details
-
LegacySingleInstancePostgresExtension
public LegacySingleInstancePostgresExtension()Deprecated.
-
-
Method Details
-
beforeTestExecution
public void beforeTestExecution(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception Deprecated.- Specified by:
beforeTestExecutionin interfaceorg.junit.jupiter.api.extension.BeforeTestExecutionCallback- Throws:
Exception
-
customize
public LegacySingleInstancePostgresExtension customize(Consumer<EmbeddedPostgres.Builder> customizer) Deprecated. -
getEmbeddedPostgres
Deprecated. -
afterTestExecution
public void afterTestExecution(org.junit.jupiter.api.extension.ExtensionContext context) Deprecated.- Specified by:
afterTestExecutionin interfaceorg.junit.jupiter.api.extension.AfterTestExecutionCallback
-