Class BmLongHashMapTest

java.lang.Object
com._1c.g5.v8.bm.common.collections.BmLongHashMapTest

public class BmLongHashMapTest extends Object
A set of tests for BmLongHashMap class.
  • Constructor Details

    • BmLongHashMapTest

      public BmLongHashMapTest()
  • Method Details

    • testGetFromEmptyMap

      public void testGetFromEmptyMap()
    • testPutOneEntry

      public void testPutOneEntry()
    • testPutSeveralEntriesWithDifferentKeys

      public void testPutSeveralEntriesWithDifferentKeys()
    • testPutTwoEntriesWithTheSameKey

      public void testPutTwoEntriesWithTheSameKey()
    • testPutTillRehash

      public void testPutTillRehash()
    • putAllFromBmLongHashMap

      public void putAllFromBmLongHashMap()
    • putAllFromJavaUtilMap

      public void putAllFromJavaUtilMap()
    • testRemoveOneExistingEntry

      public void testRemoveOneExistingEntry()
    • testRemoveNonExistingEntry

      public void testRemoveNonExistingEntry()
    • testRemoveSeveralEntriesWithDifferentKeys

      public void testRemoveSeveralEntriesWithDifferentKeys()
    • testClear

      public void testClear()
    • testContainsKey

      public void testContainsKey()
    • testContainsWhenValueIsNull

      public void testContainsWhenValueIsNull()
    • testIsEmptyWhenEmpty

      public void testIsEmptyWhenEmpty()
    • testIsEmptyWhenNotEmpty

      public void testIsEmptyWhenNotEmpty()
    • testIsEmptyBeforeAndAfterRemovingAllEntries

      public void testIsEmptyBeforeAndAfterRemovingAllEntries()
    • testSizeWhenEmpty

      public void testSizeWhenEmpty()
    • testSizeWhenNotEmpty

      public void testSizeWhenNotEmpty()
    • testSizeBeforeAndAfterRemovingAllEntries

      public void testSizeBeforeAndAfterRemovingAllEntries()
    • testKeysWhenEmpty

      public void testKeysWhenEmpty()
    • testKeysWhenNotEmpty

      public void testKeysWhenNotEmpty()
    • testKeysBeforeAndAfterRemovingAllEntries

      public void testKeysBeforeAndAfterRemovingAllEntries()
    • testValuesWhenEmpty

      public void testValuesWhenEmpty()
    • testValuesWhenNotEmpty

      public void testValuesWhenNotEmpty()
    • testValuesBeforeAndAfterRemovingAllEntries

      public void testValuesBeforeAndAfterRemovingAllEntries()
    • testEntryIterableWhenEmpty

      public void testEntryIterableWhenEmpty()
    • testEntryIterableWhenNotEmpty

      public void testEntryIterableWhenNotEmpty()
    • testEntryIterableBeforeAndAfterRemovingAllEntries

      public void testEntryIterableBeforeAndAfterRemovingAllEntries()