Class PostgresRelationalJdbcLifeCycleManagement

java.lang.Object
org.apache.polaris.test.commons.PostgresRelationalJdbcLifeCycleManagement
All Implemented Interfaces:
io.quarkus.test.common.DevServicesContext.ContextAware, io.quarkus.test.common.QuarkusTestResourceLifecycleManager

public class PostgresRelationalJdbcLifeCycleManagement extends Object implements io.quarkus.test.common.QuarkusTestResourceLifecycleManager, io.quarkus.test.common.DevServicesContext.ContextAware
  • Field Details

  • Constructor Details

    • PostgresRelationalJdbcLifeCycleManagement

      public PostgresRelationalJdbcLifeCycleManagement()
  • Method Details

    • init

      public void init(Map<String,String> initArgs)
      Specified by:
      init in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
    • start

      public Map<String,String> start()
      Specified by:
      start in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
    • stop

      public void stop()
      Specified by:
      stop in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
    • setIntegrationTestContext

      public void setIntegrationTestContext(io.quarkus.test.common.DevServicesContext context)
      Specified by:
      setIntegrationTestContext in interface io.quarkus.test.common.DevServicesContext.ContextAware