Class PostgresDockerRule

java.lang.Object
uk.gov.service.payments.commons.testing.db.PostgresTestHelper
uk.gov.service.payments.commons.testing.db.PostgresDockerRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class PostgresDockerRule extends PostgresTestHelper implements org.junit.rules.TestRule
  • Constructor Details

    • PostgresDockerRule

      public PostgresDockerRule(String imageTag)
    • PostgresDockerRule

      public PostgresDockerRule()
  • Method Details

    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule