Class BmLongSegmentSyncSetTest

java.lang.Object
com._1c.g5.v8.bm.common.collections.BmLongSegmentSyncSetTest

public class BmLongSegmentSyncSetTest extends Object
A set of tests for BmLongSegmentSyncSet class.
  • Constructor Details

    • BmLongSegmentSyncSetTest

      public BmLongSegmentSyncSetTest()
  • Method Details

    • 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()