Class BmLongSegmentSyncSetTest
java.lang.Object
com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncSetTest
A set of tests for 
BmLongSegmentSyncSet class.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestKeys()voidvoidvoidvoidvoidvoid
- 
Constructor Details- 
BmLongSegmentSyncSetTestpublic BmLongSegmentSyncSetTest()
 
- 
- 
Method Details- 
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()
 
-