Package de.hybris.platform.jdbcwrapper
Class PreparedStatementImplTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.jdbcwrapper.PreparedStatementImplTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PreparedStatementImplTest extends HybrisJUnit4Test
Tests automatic closing of statements and result sets when closing the associated connection or statement.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PreparedStatementImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAutoClose()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-