Class BmLongSegmentSyncSetTest
- java.lang.Object
-
- com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncSetTest
-
public class BmLongSegmentSyncSetTest extends Object
A set of tests forBmLongSegmentSyncSetclass.
-
-
Constructor Summary
Constructors Constructor Description BmLongSegmentSyncSetTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddAllFromBmLongSegmentSyncSet()voidtestAddAllFromJavaLangIterable()voidtestAddOneElement()voidtestAddSameElementTwice()voidtestAddSeveralDifferentElements()voidtestClear()voidtestCopyKeysBeforeAndAfterRemovingAllElements()voidtestCopyKeysWhenEmpty()voidtestCopyKeysWhenNotEmpty()voidtestEntryIteratorWhenEmpty()voidtestEntryIteratorWhenNotEmpty()voidtestIsEmptyWhenEmpty()voidtestKeys()voidtestRemoveDifferentElements()voidtestRemoveNonExistingElement()voidtestRemoveOneExistingElement()voidtestSizeBeforeAndAfterRemovingAllElements()voidtestSizeWhenEmpty()voidtestSizeWhenNotEmpty()
-
-
-
Method Detail
-
testAddOneElement
public void testAddOneElement()
-
testAddSeveralDifferentElements
public void testAddSeveralDifferentElements()
-
testAddSameElementTwice
public void testAddSameElementTwice()
-
testAddAllFromBmLongSegmentSyncSet
public void testAddAllFromBmLongSegmentSyncSet()
-
testAddAllFromJavaLangIterable
public void testAddAllFromJavaLangIterable()
-
testRemoveOneExistingElement
public void testRemoveOneExistingElement()
-
testRemoveNonExistingElement
public void testRemoveNonExistingElement()
-
testRemoveDifferentElements
public void testRemoveDifferentElements()
-
testClear
public void testClear()
-
testIsEmptyWhenEmpty
public void testIsEmptyWhenEmpty()
-
testSizeWhenEmpty
public void testSizeWhenEmpty()
-
testSizeWhenNotEmpty
public void testSizeWhenNotEmpty()
-
testSizeBeforeAndAfterRemovingAllElements
public void testSizeBeforeAndAfterRemovingAllElements()
-
testKeys
public void testKeys()
-
testCopyKeysWhenEmpty
public void testCopyKeysWhenEmpty()
-
testCopyKeysWhenNotEmpty
public void testCopyKeysWhenNotEmpty()
-
testCopyKeysBeforeAndAfterRemovingAllElements
public void testCopyKeysBeforeAndAfterRemovingAllElements()
-
testEntryIteratorWhenEmpty
public void testEntryIteratorWhenEmpty()
-
testEntryIteratorWhenNotEmpty
public void testEntryIteratorWhenNotEmpty()
-
-