Class BmLongSegmentSyncMapTest
- java.lang.Object
-
- com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncMapTest
-
public class BmLongSegmentSyncMapTest extends Object
A set of tests forBmLongSegmentSyncMap
class.
-
-
Constructor Summary
Constructors Constructor Description BmLongSegmentSyncMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
putAllFromJavaUtilMap()
void
testClear()
void
testContainsKey()
void
testContainsWhenValueIsNull()
void
testEntryIterable()
void
testGetFromEmptyMap()
void
testIsEmptyBeforeAndAfterRemovingAllEntries()
void
testIsEmptyWhenEmpty()
void
testIsEmptyWhenNotEmpty()
void
testKeysWhenEmpty()
void
testPutOneEntry()
void
testPutSeveralEntriesWithDifferentKeys()
void
testPutTwoEntriesWithTheSameKey()
void
testRemoveNonExistingEntry()
void
testRemoveOneExistingEntry()
void
testRemoveSeveralEntriesWithDifferentKeys()
void
testSizeBeforeAndAfterRemovingAllEntries()
void
testSizeWhenEmpty()
void
testSizeWhenNotEmpty()
void
testValues()
-
-
-
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()
-
-