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
public abstract class RelationMarkModifiedPropertyIntegrationBaseTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description RelationMarkModifiedPropertyIntegrationBaseTest(boolean persistenceLegacyModeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldNotUpdateTimestampWhenAddingLinkWhileRelationPropertyIsFalse()
void
shouldNotUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsFalse()
void
shouldNotUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsFalse()
void
shouldUpdateTimestampWhenAddingLinkWhileRelationPropertyIsTrue()
void
shouldUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsTrue()
void
shouldUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsTrue()
void
tearDown()
-
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
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldUpdateTimestampWhenAddingLinkWhileRelationPropertyIsTrue
public void shouldUpdateTimestampWhenAddingLinkWhileRelationPropertyIsTrue() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldNotUpdateTimestampWhenAddingLinkWhileRelationPropertyIsFalse
public void shouldNotUpdateTimestampWhenAddingLinkWhileRelationPropertyIsFalse() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsTrue
public void shouldUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsTrue() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldNotUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsFalse
public void shouldNotUpdateTimestampWhenRemovingLinkWhileRelationPropertyIsFalse() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsTrue
public void shouldUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsTrue() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldNotUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsFalse
public void shouldNotUpdateTimestampWhenRemovingTargetWhileRelationPropertyIsFalse() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-