Class RobinHoodBackwardShiftHashMapTest

java.lang.Object
org.apache.ignite.internal.pagemem.RobinHoodBackwardShiftHashMapTest

public class RobinHoodBackwardShiftHashMapTest extends Object
Unit tests of RobinHoodBackwardShiftHashMap implementation.
  • Field Details

    • globalTimeout

      public org.junit.rules.Timeout globalTimeout
      Per test timeout
  • Constructor Details

    • RobinHoodBackwardShiftHashMapTest

      public RobinHoodBackwardShiftHashMapTest()
  • Method Details

    • testShortSize

      public void testShortSize() throws Exception
      Throws:
      Exception - If failed.
    • testSimplestPutGet

      public void testSimplestPutGet() throws Exception
      Throws:
      Exception - If failed.
    • testSimplestOverflow

      public void testSimplestOverflow() throws Exception
      Throws:
      Exception - If failed.
    • testPutRemoveOnSamePlaces

      public void testPutRemoveOnSamePlaces() throws Exception
      Throws:
      Exception - If failed.
    • testCollisionOnRemove

      public void testCollisionOnRemove()
    • testRandomOpsPutRemove

      public void testRandomOpsPutRemove()
    • testPutAndCantGetOutdatedValue

      public void testPutAndCantGetOutdatedValue() throws Exception
      Throws:
      Exception - If failed.
    • testPutAndRefreshValue

      public void testPutAndRefreshValue() throws Exception
      Throws:
      Exception - If failed.
    • testClearAtWithControlMap3

      public void testClearAtWithControlMap3() throws Exception
      Throws:
      Exception - If failed.
    • testClearAtWithControlMap7

      public void testClearAtWithControlMap7() throws Exception
      Throws:
      Exception - If failed.
    • testClearAllWithControlMap

      public void testClearAllWithControlMap() throws Exception
      Throws:
      Exception - If failed.
    • testClear

      public void testClear()