Class BmLongHashSetTest

    • Constructor Detail

      • BmLongHashSetTest

        public BmLongHashSetTest()
    • Method Detail

      • 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()