Class BmLongSegmentSyncSetTest
- java.lang.Object
-
- com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncSetTest
-
public class BmLongSegmentSyncSetTest extends Object
A set of tests forBmLongSegmentSyncSet
class.
-
-
Constructor Summary
Constructors Constructor Description BmLongSegmentSyncSetTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAddAllFromBmLongSegmentSyncSet()
void
testAddAllFromJavaLangIterable()
void
testAddOneElement()
void
testAddSameElementTwice()
void
testAddSeveralDifferentElements()
void
testClear()
void
testCopyKeysBeforeAndAfterRemovingAllElements()
void
testCopyKeysWhenEmpty()
void
testCopyKeysWhenNotEmpty()
void
testEntryIteratorWhenEmpty()
void
testEntryIteratorWhenNotEmpty()
void
testIsEmptyWhenEmpty()
void
testKeys()
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()
-
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()
-
-