Class BmLongSegmentSyncMapTest
- java.lang.Object
-
- com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncMapTest
-
public class BmLongSegmentSyncMapTest extends Object
A set of tests forBmLongSegmentSyncMapclass.
-
-
Constructor Summary
Constructors Constructor Description BmLongSegmentSyncMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidputAllFromJavaUtilMap()voidtestClear()voidtestContainsKey()voidtestContainsWhenValueIsNull()voidtestEntryIterable()voidtestGetFromEmptyMap()voidtestIsEmptyBeforeAndAfterRemovingAllEntries()voidtestIsEmptyWhenEmpty()voidtestIsEmptyWhenNotEmpty()voidtestKeys()voidtestKeysWhenEmpty()voidtestPutOneEntry()voidtestPutSeveralEntriesWithDifferentKeys()voidtestPutTwoEntriesWithTheSameKey()voidtestRemoveNonExistingEntry()voidtestRemoveOneExistingEntry()voidtestRemoveSeveralEntriesWithDifferentKeys()voidtestSizeBeforeAndAfterRemovingAllEntries()voidtestSizeWhenEmpty()voidtestSizeWhenNotEmpty()voidtestValues()voidtestValuesWhenEmpty()
-
-
-
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()
-
testKeys
public void testKeys()
-
testValuesWhenEmpty
public void testValuesWhenEmpty()
-
testValues
public void testValues()
-
testEntryIterable
public void testEntryIterable()
-
-