Class RobinHoodBackwardShiftHashMapTest
java.lang.Object
org.apache.ignite.internal.pagemem.RobinHoodBackwardShiftHashMapTest
Unit tests of
RobinHoodBackwardShiftHashMap implementation.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
globalTimeout
public org.junit.rules.Timeout globalTimeoutPer test timeout
-
-
Constructor Details
-
RobinHoodBackwardShiftHashMapTest
public RobinHoodBackwardShiftHashMapTest()
-
-
Method Details
-
testShortSize
- Throws:
Exception- If failed.
-
testSimplestPutGet
- Throws:
Exception- If failed.
-
testSimplestOverflow
- Throws:
Exception- If failed.
-
testPutRemoveOnSamePlaces
- Throws:
Exception- If failed.
-
testCollisionOnRemove
public void testCollisionOnRemove() -
testRandomOpsPutRemove
public void testRandomOpsPutRemove() -
testPutAndCantGetOutdatedValue
- Throws:
Exception- If failed.
-
testPutAndRefreshValue
- Throws:
Exception- If failed.
-
testClearAtWithControlMap3
- Throws:
Exception- If failed.
-
testClearAtWithControlMap7
- Throws:
Exception- If failed.
-
testClearAllWithControlMap
- Throws:
Exception- If failed.
-
testClear
public void testClear()
-