Class NewTransactionContextIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.persistence.links.jdbc.dml.context.AbstractRelationModifictionContextIntegrationTest
-
- de.hybris.platform.persistence.links.jdbc.dml.context.NewTransactionContextIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class NewTransactionContextIntegrationTest extends AbstractRelationModifictionContextIntegrationTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.persistence.links.jdbc.dml.context.AbstractRelationModifictionContextIntegrationTest
RELATION_CODE, writePersistenceGateway
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description NewTransactionContextIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RelationModifictionContext
instantiateContext(java.util.Date now)
-
Methods inherited from class de.hybris.platform.persistence.links.jdbc.dml.context.AbstractRelationModifictionContextIntegrationTest
isFlushSupposedToHappenInCurrentTx, setUp, shouldCreateNewLinkWhenOptimisticLockingIsDisabled, shouldFailOnRemovingExistingLinkWhenOptimisticLockingIsDisabledAndVersionDoesntMatch, shouldFailOnRemovingExistingLinkWhenOptimisticLockingIsEnabledAndVersionDoesntMatch, shouldFailOnShiftingExistingLinkWhenOptimisticLockingIsEnabledAndVersionDoesntMatch, shouldNotFailOnShiftingExistingLinkWhenOptimisticLockingIsDisabledAndVersionDoesntMatch, shouldRemoveExistingLinkWhenOptimisticLockingIsDisabled, shouldShiftExistingLinkWhenOptimisticLockingIsDisabled, shouldTouchItemWhenOptimisticLockingIsDisabled
-
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
-
instantiateContext
protected RelationModifictionContext instantiateContext(java.util.Date now)
- Specified by:
instantiateContext
in classAbstractRelationModifictionContextIntegrationTest
-
-