Class ContainedObjectManagementTest


  • public class ContainedObjectManagementTest
    extends Object
    Contained object management tests.
    • Constructor Detail

      • ContainedObjectManagementTest

        public ContainedObjectManagementTest()
    • Method Detail

      • testSetSingleContainmentFeatureThatPreviouslyContainedNull

        public void testSetSingleContainmentFeatureThatPreviouslyContainedNull()
      • testSetSingleContainmentFeatureToNull

        public void testSetSingleContainmentFeatureToNull()
      • testSetContainmentFeatureThatPreviouslyContainedNonNullValue

        public void testSetContainmentFeatureThatPreviouslyContainedNonNullValue()
      • testAddObjectsToEmptyContainmentCollectionSequentiallyWithinTheSameTransaction

        public void testAddObjectsToEmptyContainmentCollectionSequentiallyWithinTheSameTransaction()
      • testAddObjectsToEmptyContainmentCollectionAtOnce

        public void testAddObjectsToEmptyContainmentCollectionAtOnce()
      • testAddObjectsToEmptyContainmentCollectionSequentiallyInDifferentTransactions

        public void testAddObjectsToEmptyContainmentCollectionSequentiallyInDifferentTransactions()
      • testClearContainmentCollection

        public void testClearContainmentCollection()
      • testReplaceItemInContainmentCollection

        public void testReplaceItemInContainmentCollection()
      • testMoveItemInContainmentCollection

        public void testMoveItemInContainmentCollection()
      • testAttachObjectToContainerInDifferentResourceBySettingSingleValuedFeature

        public void testAttachObjectToContainerInDifferentResourceBySettingSingleValuedFeature()
      • testAttachObjectToContainerInDifferentResourceByAddingToCollection1

        public void testAttachObjectToContainerInDifferentResourceByAddingToCollection1()
      • testAttachObjectToContainerInTheSameResource1

        public void testAttachObjectToContainerInTheSameResource1()
      • testAttachObjectToContainerInTheSameResource2

        public void testAttachObjectToContainerInTheSameResource2()
      • testAttachObjectToContainerAndDetachWithinTheSameTransaction

        public void testAttachObjectToContainerAndDetachWithinTheSameTransaction()
      • testSetProxyAsContainmentFeatureValue

        public void testSetProxyAsContainmentFeatureValue()
      • testAddProxyToContainmentCollection

        public void testAddProxyToContainmentCollection()
      • testBiDirectionalContainments

        public void testBiDirectionalContainments()
      • testAttachTopObjectWithChildren

        public void testAttachTopObjectWithChildren()
      • testAttachContainedObjectWithChildren

        public void testAttachContainedObjectWithChildren()
      • testAttachTopObjectWithChildrenWhenChildrenAreContainedInManyFeature

        public void testAttachTopObjectWithChildrenWhenChildrenAreContainedInManyFeature()
      • testAttachContainedObjectWithChildrenWhenChildrenAreContainedInManyFeature

        public void testAttachContainedObjectWithChildrenWhenChildrenAreContainedInManyFeature()
      • testAddToContainmentCollectionWithInverseFeature

        public void testAddToContainmentCollectionWithInverseFeature()
      • testAddWithIndexToContainmentCollectionWithInverseFeature

        public void testAddWithIndexToContainmentCollectionWithInverseFeature()
      • testSetElementInContainmentCollectionWithInverseFeature

        public void testSetElementInContainmentCollectionWithInverseFeature()
      • testAddTheSameObjectToTheSameContainmentCollectionTwice1

        public void testAddTheSameObjectToTheSameContainmentCollectionTwice1()
      • testAddTheSameObjectToTheSameContainmentCollectionTwice2

        public void testAddTheSameObjectToTheSameContainmentCollectionTwice2()
      • testAddTheSameObjectToTheSameContainmentCollectionWithOppositeFeatureTwice1

        public void testAddTheSameObjectToTheSameContainmentCollectionWithOppositeFeatureTwice1()
      • testAddTheSameObjectToTheSameContainmentCollectionWithOppositeFeatureTwice2

        public void testAddTheSameObjectToTheSameContainmentCollectionWithOppositeFeatureTwice2()