Package de.hybris.platform.tx
Class TransactionalCacheIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.tx.TransactionalCacheIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class TransactionalCacheIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TransactionalCacheIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testBehaviorWithoutTransaction()
void
testBehaviorWithTransactionAndWithTransactionalCache()
void
testBehaviorWithTransactionAndWithTransactionalCacheEnabledInTx()
void
testBehaviorWithTransactionButTransactionalCacheDisabledInTx()
void
testBehaviorWithTransactionButWithoutTransactionalCache()
-
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()
-
testBehaviorWithoutTransaction
public void testBehaviorWithoutTransaction() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBehaviorWithTransactionButWithoutTransactionalCache
public void testBehaviorWithTransactionButWithoutTransactionalCache() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBehaviorWithTransactionButTransactionalCacheDisabledInTx
public void testBehaviorWithTransactionButTransactionalCacheDisabledInTx() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBehaviorWithTransactionAndWithTransactionalCache
public void testBehaviorWithTransactionAndWithTransactionalCache() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testBehaviorWithTransactionAndWithTransactionalCacheEnabledInTx
public void testBehaviorWithTransactionAndWithTransactionalCacheEnabledInTx() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-