Class BmLongSegmentSyncMapTest

    • Constructor Detail

      • BmLongSegmentSyncMapTest

        public BmLongSegmentSyncMapTest()
    • Method Detail

      • testGetFromEmptyMap

        public void testGetFromEmptyMap()
      • testPutOneEntry

        public void testPutOneEntry()
      • testPutSeveralEntriesWithDifferentKeys

        public void testPutSeveralEntriesWithDifferentKeys()
      • testPutTwoEntriesWithTheSameKey

        public void testPutTwoEntriesWithTheSameKey()
      • 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()
      • testValues

        public void testValues()
      • testEntryIterable

        public void testEntryIterable()