Class BmLongHashSetTest

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

public class BmLongHashSetTest extends Object
A set of tests for BmLongHashSet class.
  • Constructor Details

    • BmLongHashSetTest

      public BmLongHashSetTest()
  • Method Details

    • testAddOneElement

      public void testAddOneElement()
    • testAddSeveralDifferentElements

      public void testAddSeveralDifferentElements()
    • testAddSameElementTwice

      public void testAddSameElementTwice()
    • testAddTillRehash

      public void testAddTillRehash()
    • testAddAllFromBmLongHashSet

      public void testAddAllFromBmLongHashSet()
    • testAddAllFromJavaLangIterable

      public void testAddAllFromJavaLangIterable()
    • testRemoveOneExistingElement

      public void testRemoveOneExistingElement()
    • testRemoveNonExistingElement

      public void testRemoveNonExistingElement()
    • testRemoveDifferentElements

      public void testRemoveDifferentElements()
    • testClear

      public void testClear()
    • testIsEmptyWhenEmpty

      public void testIsEmptyWhenEmpty()
    • testIsEmptyWhenNotEmpty

      public void testIsEmptyWhenNotEmpty()
    • testIsEmptyBeforeAndAfterRemovingAllElements

      public void testIsEmptyBeforeAndAfterRemovingAllElements()
    • testSizeWhenEmpty

      public void testSizeWhenEmpty()
    • testSizeWhenNotEmpty

      public void testSizeWhenNotEmpty()
    • testSizeBeforeAndAfterRemovingAllElements

      public void testSizeBeforeAndAfterRemovingAllElements()
    • testKeysWhenEmpty

      public void testKeysWhenEmpty()
    • testKeysWhenNotEmpty

      public void testKeysWhenNotEmpty()
    • testKeysBeforeAndAfterRemovingAllElements

      public void testKeysBeforeAndAfterRemovingAllElements()
    • testEntryIteratorWhenEmpty

      public void testEntryIteratorWhenEmpty()
    • testEntryIteratorWhenNotEmpty

      public void testEntryIteratorWhenNotEmpty()
    • testEntryIteratorBeforeAndAfterRemovingAllElements

      public void testEntryIteratorBeforeAndAfterRemovingAllElements()