Class BmLongSegmentSyncMapTest
java.lang.Object
com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncMapTest
A set of tests for
BmLongSegmentSyncMap
class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
testKeys()
void
void
void
void
void
void
void
void
void
void
void
void
-
Constructor Details
-
BmLongSegmentSyncMapTest
public BmLongSegmentSyncMapTest()
-
-
Method Details
-
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()
-