Package de.hybris.platform.test
Class TransactionTemplateTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.TransactionTemplateTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class TransactionTemplateTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TransactionTemplateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testInTXModification1()
void
testInTXModification2()
void
testInTXRemoval()
void
testJaloCacheInvalidation()
void
testNestedTransactionExecute()
void
testNestedTransactionRollback()
void
testNestedTransactionWithCreate()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
testInTXModification1
public void testInTXModification1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testInTXModification2
public void testInTXModification2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testInTXRemoval
public void testInTXRemoval() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testJaloCacheInvalidation
public void testJaloCacheInvalidation() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNestedTransactionRollback
public void testNestedTransactionRollback() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testNestedTransactionExecute
public void testNestedTransactionExecute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNestedTransactionWithCreate
public void testNestedTransactionWithCreate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-