Class BmLongHashSetTest
- java.lang.Object
-
- com._1c.g5.v8.bm.common.collections.BmLongHashSetTest
-
public class BmLongHashSetTest extends Object
A set of tests forBmLongHashSetclass.
-
-
Constructor Summary
Constructors Constructor Description BmLongHashSetTest()
-
Method Summary
All 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
-
testAddOneElement
public void testAddOneElement()
-
testAddSeveralDifferentElements
public void testAddSeveralDifferentElements()
-
testAddSameElementTwice
public void testAddSameElementTwice()
-
testAddTillRehash
public void testAddTillRehash()
-
testAddAllFromBmLongHashSet
public void testAddAllFromBmLongHashSet()
-
testAddAllFromJavaLangIterable
public void testAddAllFromJavaLangIterable()
-
testRemoveOneExistingElement
public void testRemoveOneExistingElement()
-
testRemoveNonExistingElement
public void testRemoveNonExistingElement()
-
testRemoveDifferentElements
public void testRemoveDifferentElements()
-
testClear
public void testClear()
-
testIsEmptyWhenEmpty
public void testIsEmptyWhenEmpty()
-
testIsEmptyWhenNotEmpty
public void testIsEmptyWhenNotEmpty()
-
testIsEmptyBeforeAndAfterRemovingAllElements
public void testIsEmptyBeforeAndAfterRemovingAllElements()
-
testSizeWhenEmpty
public void testSizeWhenEmpty()
-
testSizeWhenNotEmpty
public void testSizeWhenNotEmpty()
-
testSizeBeforeAndAfterRemovingAllElements
public void testSizeBeforeAndAfterRemovingAllElements()
-
testKeysWhenEmpty
public void testKeysWhenEmpty()
-
testKeysWhenNotEmpty
public void testKeysWhenNotEmpty()
-
testKeysBeforeAndAfterRemovingAllElements
public void testKeysBeforeAndAfterRemovingAllElements()
-
testEntryIteratorWhenEmpty
public void testEntryIteratorWhenEmpty()
-
testEntryIteratorWhenNotEmpty
public void testEntryIteratorWhenNotEmpty()
-
testEntryIteratorBeforeAndAfterRemovingAllElements
public void testEntryIteratorBeforeAndAfterRemovingAllElements()
-
-