Package de.hybris.platform.jdbcwrapper
Class DataSourceFactoryTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.jdbcwrapper.DataSourceFactoryTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DataSourceFactoryTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DataSourceFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testConnectionTestedAfterPrepareError()
void
testJUnitTenantSetup()
void
testPoolShutdownAfterError()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testJUnitTenantSetup
public void testJUnitTenantSetup() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
testConnectionTestedAfterPrepareError
public void testConnectionTestedAfterPrepareError() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
testPoolShutdownAfterError
public void testPoolShutdownAfterError()
-
-