Class BmLongSegmentSyncSetTest
- java.lang.Object
- 
- com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncSetTest
 
- 
 public class BmLongSegmentSyncSetTest extends Object A set of tests forBmLongSegmentSyncSetclass.
- 
- 
Constructor SummaryConstructors Constructor Description BmLongSegmentSyncSetTest()
 - 
Method SummaryAll 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- 
testAddOneElementpublic void testAddOneElement() 
 - 
testAddSeveralDifferentElementspublic void testAddSeveralDifferentElements() 
 - 
testAddSameElementTwicepublic void testAddSameElementTwice() 
 - 
testAddAllFromBmLongSegmentSyncSetpublic void testAddAllFromBmLongSegmentSyncSet() 
 - 
testAddAllFromJavaLangIterablepublic void testAddAllFromJavaLangIterable() 
 - 
testRemoveOneExistingElementpublic void testRemoveOneExistingElement() 
 - 
testRemoveNonExistingElementpublic void testRemoveNonExistingElement() 
 - 
testRemoveDifferentElementspublic void testRemoveDifferentElements() 
 - 
testClearpublic void testClear() 
 - 
testIsEmptyWhenEmptypublic void testIsEmptyWhenEmpty() 
 - 
testSizeWhenEmptypublic void testSizeWhenEmpty() 
 - 
testSizeWhenNotEmptypublic void testSizeWhenNotEmpty() 
 - 
testSizeBeforeAndAfterRemovingAllElementspublic void testSizeBeforeAndAfterRemovingAllElements() 
 - 
testKeyspublic void testKeys() 
 - 
testCopyKeysWhenEmptypublic void testCopyKeysWhenEmpty() 
 - 
testCopyKeysWhenNotEmptypublic void testCopyKeysWhenNotEmpty() 
 - 
testCopyKeysBeforeAndAfterRemovingAllElementspublic void testCopyKeysBeforeAndAfterRemovingAllElements() 
 - 
testEntryIteratorWhenEmptypublic void testEntryIteratorWhenEmpty() 
 - 
testEntryIteratorWhenNotEmptypublic void testEntryIteratorWhenNotEmpty() 
 
- 
 
-