Package net.officefloor.jdbc.test
Class AbstractJdbcTestCase.ConnectionDecoratorSection
java.lang.Object
net.officefloor.jdbc.test.AbstractJdbcTestCase.ConnectionDecoratorSection
- Enclosing class:
- AbstractJdbcTestCase
Test fixture section for checking connection decoration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckConnectionDecoration(Connection connection) Checks connection decoration.
-
Constructor Details
-
ConnectionDecoratorSection
public ConnectionDecoratorSection()
-
-
Method Details
-
checkConnectionDecoration
Checks connection decoration.- Parameters:
connection-Connection.- Throws:
SQLException- On connection failure.
-