Package de.hybris.platform.test.tx
Class TransactionalAfterSaveEventTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.tx.AbstractAfterSaveEventTest
-
- de.hybris.platform.test.tx.TransactionalAfterSaveEventTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class TransactionalAfterSaveEventTest extends AbstractAfterSaveEventTest
Test AfterSaveEvent when explicit transactions are running.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TransactionalAfterSaveEventTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAsynCreateUpdateRemoveInTx()voidtestSynComplexUpdatesInTx()voidtestSynCreateUpdateRemoveInTx()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testSynCreateUpdateRemoveInTx
public void testSynCreateUpdateRemoveInTx() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSynComplexUpdatesInTx
public void testSynComplexUpdatesInTx() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAsynCreateUpdateRemoveInTx
public void testAsynCreateUpdateRemoveInTx() throws java.lang.Exception- Throws:
java.lang.Exception
-
-