Class BmLongHashMapTest
- java.lang.Object
- 
- com._1c.g5.v8.bm.common.collections.BmLongHashMapTest
 
- 
 public class BmLongHashMapTest extends Object A set of tests forBmLongHashMapclass.
- 
- 
Constructor SummaryConstructors Constructor Description BmLongHashMapTest()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
testGetFromEmptyMappublic void testGetFromEmptyMap() 
 - 
testPutOneEntrypublic void testPutOneEntry() 
 - 
testPutSeveralEntriesWithDifferentKeyspublic void testPutSeveralEntriesWithDifferentKeys() 
 - 
testPutTwoEntriesWithTheSameKeypublic void testPutTwoEntriesWithTheSameKey() 
 - 
testPutTillRehashpublic void testPutTillRehash() 
 - 
putAllFromBmLongHashMappublic void putAllFromBmLongHashMap() 
 - 
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() 
 - 
testKeysWhenNotEmptypublic void testKeysWhenNotEmpty() 
 - 
testKeysBeforeAndAfterRemovingAllEntriespublic void testKeysBeforeAndAfterRemovingAllEntries() 
 - 
testValuesWhenEmptypublic void testValuesWhenEmpty() 
 - 
testValuesWhenNotEmptypublic void testValuesWhenNotEmpty() 
 - 
testValuesBeforeAndAfterRemovingAllEntriespublic void testValuesBeforeAndAfterRemovingAllEntries() 
 - 
testEntryIterableWhenEmptypublic void testEntryIterableWhenEmpty() 
 - 
testEntryIterableWhenNotEmptypublic void testEntryIterableWhenNotEmpty() 
 - 
testEntryIterableBeforeAndAfterRemovingAllEntriespublic void testEntryIterableBeforeAndAfterRemovingAllEntries() 
 
- 
 
-