Class InvalidationSetTest

java.lang.Object
de.hybris.platform.test.InvalidationSetTest

@UnitTest public class InvalidationSetTest extends Object
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 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()