Package de.hybris.platform.jdbcwrapper
Class JdbcTestSupportTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.jdbcwrapper.JdbcTestSupportTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class JdbcTestSupportTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description JdbcTestSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCollectSelectStatements()voidshouldCollectStatementsOnlyFromAttachedThreads()voidshouldCollectStatementsWhenStatiscticsAreAttachedToTheThread()voidshouldNotCollectStatementsWhenStatiscticsAreNotAttachedToTheThread()voidtearDown()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
shouldNotCollectStatementsWhenStatiscticsAreNotAttachedToTheThread
public void shouldNotCollectStatementsWhenStatiscticsAreNotAttachedToTheThread()
-
shouldCollectStatementsWhenStatiscticsAreAttachedToTheThread
public void shouldCollectStatementsWhenStatiscticsAreAttachedToTheThread()
-
shouldCollectSelectStatements
public void shouldCollectSelectStatements()
-
shouldCollectStatementsOnlyFromAttachedThreads
public void shouldCollectStatementsOnlyFromAttachedThreads() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-