Class BmLongSegmentSyncMapTest
- java.lang.Object
- 
- com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncMapTest
 
- 
 public class BmLongSegmentSyncMapTest extends Object A set of tests forBmLongSegmentSyncMapclass.
- 
- 
Constructor SummaryConstructors Constructor Description BmLongSegmentSyncMapTest()
 - 
Method SummaryAll 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- 
testGetFromEmptyMappublic void testGetFromEmptyMap() 
 - 
testPutOneEntrypublic void testPutOneEntry() 
 - 
testPutSeveralEntriesWithDifferentKeyspublic void testPutSeveralEntriesWithDifferentKeys() 
 - 
testPutTwoEntriesWithTheSameKeypublic void testPutTwoEntriesWithTheSameKey() 
 - 
putAllFromJavaUtilMappublic void putAllFromJavaUtilMap() 
 - 
testRemoveOneExistingEntrypublic void testRemoveOneExistingEntry() 
 - 
testRemoveNonExistingEntrypublic void testRemoveNonExistingEntry() 
 - 
testRemoveSeveralEntriesWithDifferentKeyspublic void testRemoveSeveralEntriesWithDifferentKeys() 
 - 
testClearpublic void testClear() 
 - 
testContainsKeypublic void testContainsKey() 
 - 
testContainsWhenValueIsNullpublic void testContainsWhenValueIsNull() 
 - 
testIsEmptyWhenEmptypublic void testIsEmptyWhenEmpty() 
 - 
testIsEmptyWhenNotEmptypublic void testIsEmptyWhenNotEmpty() 
 - 
testIsEmptyBeforeAndAfterRemovingAllEntriespublic void testIsEmptyBeforeAndAfterRemovingAllEntries() 
 - 
testSizeWhenEmptypublic void testSizeWhenEmpty() 
 - 
testSizeWhenNotEmptypublic void testSizeWhenNotEmpty() 
 - 
testSizeBeforeAndAfterRemovingAllEntriespublic void testSizeBeforeAndAfterRemovingAllEntries() 
 - 
testKeysWhenEmptypublic void testKeysWhenEmpty() 
 - 
testKeyspublic void testKeys() 
 - 
testValuesWhenEmptypublic void testValuesWhenEmpty() 
 - 
testValuespublic void testValues() 
 - 
testEntryIterablepublic void testEntryIterable() 
 
- 
 
-