Package de.hybris.platform.test
Class RelationMarkModifiedPropertyIntegrationBaseTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.test.RelationMarkModifiedPropertyIntegrationBaseTest
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
RelationMarkModifiedPropertyIntegrationJALOTest
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
ConstructorsConstructorDescriptionRelationMarkModifiedPropertyIntegrationBaseTest(boolean persistenceLegacyModeValue) -
Method Summary
Methods 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
-
RelationMarkModifiedPropertyIntegrationBaseTest
public RelationMarkModifiedPropertyIntegrationBaseTest(boolean persistenceLegacyModeValue)
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
shouldUpdateTimestampWhenAddingLinkWhileRelationPropertyIsTrue
public void shouldUpdateTimestampWhenAddingLinkWhileRelationPropertyIsTrue() throws InterruptedException- Throws:
InterruptedException
-
shouldNotUpdateTimestampWhenAddingLinkWhileRelationPropertyIsFalse
public void shouldNotUpdateTimestampWhenAddingLinkWhileRelationPropertyIsFalse() throws InterruptedException- Throws:
InterruptedException
-
shouldUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsTrue
public void shouldUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsTrue() throws InterruptedException- Throws:
InterruptedException
-
shouldNotUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsFalse
public void shouldNotUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsFalse() throws InterruptedException- Throws:
InterruptedException
-
shouldUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsTrue
public void shouldUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsTrue() throws InterruptedException- Throws:
InterruptedException
-
shouldNotUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsFalse
public void shouldNotUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsFalse() throws InterruptedException- Throws:
InterruptedException
-