Class ManyAttributeTest


  • public class ManyAttributeTest
    extends Object
    Many-attribute tests.
    • Field Detail

      • autoCloseableEngineRule

        public com._1c.g5.v8.bm.core.itests.AutoCloseableEngineRule autoCloseableEngineRule
    • Constructor Detail

      • ManyAttributeTest

        public ManyAttributeTest()
    • Method Detail

      • testAdd

        public void testAdd()
      • testAddWithIndex

        public void testAddWithIndex()
      • testAddWithIndexWhenIndexOutOfBounds

        public void testAddWithIndexWhenIndexOutOfBounds()
      • testSet

        public void testSet()
      • testSetWhenIndexOutOfBounds

        public void testSetWhenIndexOutOfBounds()
      • testRemove

        public void testRemove()
      • testRemoveNonExistingElement

        public void testRemoveNonExistingElement()
      • testRemoveByIndex

        public void testRemoveByIndex()
      • testRemoveByIndexWhenIndexOutOfBounds

        public void testRemoveByIndexWhenIndexOutOfBounds()
      • testMove

        public void testMove()
      • testMoveWhenNewIndexOutOfBounds

        public void testMoveWhenNewIndexOutOfBounds()
      • testMoveWhenOldIndexOutOfBounds

        public void testMoveWhenOldIndexOutOfBounds()
      • testClearUncommitted

        public void testClearUncommitted()
      • testClearCommitted

        public void testClearCommitted()
      • testGet

        public void testGet()
      • testContains

        public void testContains()
      • testIndexOf

        public void testIndexOf()
      • testLastIndexOf

        public void testLastIndexOf()
      • testSize

        public void testSize()
      • testIsEmpty

        public void testIsEmpty()
      • testIsEmptyWhenEmpty

        public void testIsEmptyWhenEmpty()
      • testToArray

        public void testToArray()
      • testToArray2

        public void testToArray2()