Package de.hybris.platform.test
Class LinkMarkModifiedTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.LinkMarkModifiedTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class LinkMarkModifiedTest extends HybrisJUnit4Test
Test modification time behaviour when linking items to each other.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description LinkMarkModifiedTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testMarkModifiedAddingElements()
void
testMarkModifiedAddingElementsAddOnly()
void
testMarkModifiedJustReorderingElements()
void
testMarkModifiedRemovingSingleElements()
void
testMarkModifiedRemovingSingleElementsRemovalOnly()
void
testMarkModifiedUnchanged()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testMarkModifiedRemovingSingleElements
public void testMarkModifiedRemovingSingleElements() throws ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ConsistencyCheckException
java.lang.InterruptedException
-
testMarkModifiedRemovingSingleElementsRemovalOnly
public void testMarkModifiedRemovingSingleElementsRemovalOnly() throws ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ConsistencyCheckException
java.lang.InterruptedException
-
testMarkModifiedJustReorderingElements
public void testMarkModifiedJustReorderingElements() throws ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ConsistencyCheckException
java.lang.InterruptedException
-
testMarkModifiedAddingElements
public void testMarkModifiedAddingElements() throws ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ConsistencyCheckException
java.lang.InterruptedException
-
testMarkModifiedAddingElementsAddOnly
public void testMarkModifiedAddingElementsAddOnly() throws ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ConsistencyCheckException
java.lang.InterruptedException
-
testMarkModifiedUnchanged
public void testMarkModifiedUnchanged() throws ConsistencyCheckException, java.lang.InterruptedException
- Throws:
ConsistencyCheckException
java.lang.InterruptedException
-
-