Class AbstractJDBCDriverTest

java.lang.Object
org.testcontainers.jdbc.AbstractJDBCDriverTest

@ParameterizedClass @MethodSource("data") public class AbstractJDBCDriverTest extends Object
  • Field Details

  • Constructor Details

    • AbstractJDBCDriverTest

      public AbstractJDBCDriverTest()
  • Method Details

    • sampleInitFunction

      public static void sampleInitFunction(Connection connection) throws SQLException
      Throws:
      SQLException
    • testCleanup

      @AfterAll public static void testCleanup()