Class BmLongHashSetTest
- java.lang.Object
- 
- com._1c.g5.v8.bm.common.collections.BmLongHashSetTest
 
- 
 public class BmLongHashSetTest extends Object A set of tests forBmLongHashSetclass.
- 
- 
Constructor SummaryConstructors Constructor Description BmLongHashSetTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddAllFromBmLongHashSet()voidtestAddAllFromJavaLangIterable()voidtestAddOneElement()voidtestAddSameElementTwice()voidtestAddSeveralDifferentElements()voidtestAddTillRehash()voidtestClear()voidtestEntryIteratorBeforeAndAfterRemovingAllElements()voidtestEntryIteratorWhenEmpty()voidtestEntryIteratorWhenNotEmpty()voidtestIsEmptyBeforeAndAfterRemovingAllElements()voidtestIsEmptyWhenEmpty()voidtestIsEmptyWhenNotEmpty()voidtestKeysBeforeAndAfterRemovingAllElements()voidtestKeysWhenEmpty()voidtestKeysWhenNotEmpty()voidtestRemoveDifferentElements()voidtestRemoveNonExistingElement()voidtestRemoveOneExistingElement()voidtestSizeBeforeAndAfterRemovingAllElements()voidtestSizeWhenEmpty()voidtestSizeWhenNotEmpty()
 
- 
- 
- 
Method Detail- 
testAddOneElementpublic void testAddOneElement() 
 - 
testAddSeveralDifferentElementspublic void testAddSeveralDifferentElements() 
 - 
testAddSameElementTwicepublic void testAddSameElementTwice() 
 - 
testAddTillRehashpublic void testAddTillRehash() 
 - 
testAddAllFromBmLongHashSetpublic void testAddAllFromBmLongHashSet() 
 - 
testAddAllFromJavaLangIterablepublic void testAddAllFromJavaLangIterable() 
 - 
testRemoveOneExistingElementpublic void testRemoveOneExistingElement() 
 - 
testRemoveNonExistingElementpublic void testRemoveNonExistingElement() 
 - 
testRemoveDifferentElementspublic void testRemoveDifferentElements() 
 - 
testClearpublic void testClear() 
 - 
testIsEmptyWhenEmptypublic void testIsEmptyWhenEmpty() 
 - 
testIsEmptyWhenNotEmptypublic void testIsEmptyWhenNotEmpty() 
 - 
testIsEmptyBeforeAndAfterRemovingAllElementspublic void testIsEmptyBeforeAndAfterRemovingAllElements() 
 - 
testSizeWhenEmptypublic void testSizeWhenEmpty() 
 - 
testSizeWhenNotEmptypublic void testSizeWhenNotEmpty() 
 - 
testSizeBeforeAndAfterRemovingAllElementspublic void testSizeBeforeAndAfterRemovingAllElements() 
 - 
testKeysWhenEmptypublic void testKeysWhenEmpty() 
 - 
testKeysWhenNotEmptypublic void testKeysWhenNotEmpty() 
 - 
testKeysBeforeAndAfterRemovingAllElementspublic void testKeysBeforeAndAfterRemovingAllElements() 
 - 
testEntryIteratorWhenEmptypublic void testEntryIteratorWhenEmpty() 
 - 
testEntryIteratorWhenNotEmptypublic void testEntryIteratorWhenNotEmpty() 
 - 
testEntryIteratorBeforeAndAfterRemovingAllElementspublic void testEntryIteratorBeforeAndAfterRemovingAllElements() 
 
- 
 
-