Class AbstractJdbcTestCase.ConnectionDecoratorSection

java.lang.Object
net.officefloor.jdbc.test.AbstractJdbcTestCase.ConnectionDecoratorSection
Enclosing class:
AbstractJdbcTestCase

public static class AbstractJdbcTestCase.ConnectionDecoratorSection extends Object
Test fixture section for checking connection decoration.
  • Constructor Details

    • ConnectionDecoratorSection

      public ConnectionDecoratorSection()
  • Method Details

    • checkConnectionDecoration

      public void checkConnectionDecoration(Connection connection) throws SQLException
      Checks connection decoration.
      Parameters:
      connection - Connection.
      Throws:
      SQLException - On connection failure.