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, writePersistenceGatewayFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RelationModifictionContextinstantiateContext(Date now) Methods inherited from class de.hybris.platform.persistence.links.jdbc.dml.context.AbstractRelationModifictionContextIntegrationTest
isFlushSupposedToHappenInCurrentTx, setUp, shouldCreateNewLinkWhenOptimisticLockingIsDisabled, shouldFailOnRemovingExistingLinkWhenOptimisticLockingIsDisabledAndVersionDoesntMatch, shouldFailOnRemovingExistingLinkWhenOptimisticLockingIsEnabledAndVersionDoesntMatch, shouldFailOnShiftingExistingLinkWhenOptimisticLockingIsEnabledAndVersionDoesntMatch, shouldNotFailOnShiftingExistingLinkWhenOptimisticLockingIsDisabledAndVersionDoesntMatch, shouldRemoveExistingLinkWhenOptimisticLockingIsDisabled, shouldShiftExistingLinkWhenOptimisticLockingIsDisabled, shouldTouchItemWhenOptimisticLockingIsDisabledMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
NewTransactionContextIntegrationTest
public NewTransactionContextIntegrationTest()
-
-
Method Details
-
instantiateContext
- Specified by:
instantiateContextin classAbstractRelationModifictionContextIntegrationTest
-