Package de.hybris.platform.test
Class InvalidationSetTest
java.lang.Object
de.hybris.platform.test.InvalidationSetTest
Tests
InvalidationSet functionality. That class is being crucial part of Transaction since it
'records' and 'simulates' invalidations that are delayed until the end of a transaction.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
InvalidationSetTest
public InvalidationSetTest()
-
-
Method Details
-
testEmptySet
public void testEmptySet() -
testSimpleRecording
public void testSimpleRecording() -
testHJMPInvalidation
public void testHJMPInvalidation() -
testInvalidateRelationItem
public void testInvalidateRelationItem() -
testInvalidateRelation
public void testInvalidateRelation() -
testShouldNotInvalidateAnotherRelationItem
public void testShouldNotInvalidateAnotherRelationItem() -
testShouldNotInvalidateItemFromAnotherRelation
public void testShouldNotInvalidateItemFromAnotherRelation()
-