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