Class BmLongSegmentSyncSetTest

    • Constructor Detail

      • BmLongSegmentSyncSetTest

        public BmLongSegmentSyncSetTest()
    • Method Detail

      • testAddOneElement

        public void testAddOneElement()
      • testAddSeveralDifferentElements

        public void testAddSeveralDifferentElements()
      • testAddSameElementTwice

        public void testAddSameElementTwice()
      • testAddAllFromBmLongSegmentSyncSet

        public void testAddAllFromBmLongSegmentSyncSet()
      • testAddAllFromJavaLangIterable

        public void testAddAllFromJavaLangIterable()
      • testRemoveOneExistingElement

        public void testRemoveOneExistingElement()
      • testRemoveNonExistingElement

        public void testRemoveNonExistingElement()
      • testRemoveDifferentElements

        public void testRemoveDifferentElements()
      • testClear

        public void testClear()
      • testIsEmptyWhenEmpty

        public void testIsEmptyWhenEmpty()
      • testSizeWhenEmpty

        public void testSizeWhenEmpty()
      • testSizeWhenNotEmpty

        public void testSizeWhenNotEmpty()
      • testSizeBeforeAndAfterRemovingAllElements

        public void testSizeBeforeAndAfterRemovingAllElements()
      • testKeys

        public void testKeys()
      • testCopyKeysWhenEmpty

        public void testCopyKeysWhenEmpty()
      • testCopyKeysWhenNotEmpty

        public void testCopyKeysWhenNotEmpty()
      • testCopyKeysBeforeAndAfterRemovingAllElements

        public void testCopyKeysBeforeAndAfterRemovingAllElements()
      • testEntryIteratorWhenEmpty

        public void testEntryIteratorWhenEmpty()
      • testEntryIteratorWhenNotEmpty

        public void testEntryIteratorWhenNotEmpty()