Class DomainModelReferenceSelector_PTest


  • public class DomainModelReferenceSelector_PTest
    extends java.lang.Object
    • Constructor Detail

      • DomainModelReferenceSelector_PTest

        public DomainModelReferenceSelector_PTest()
    • Method Detail

      • setup

        public void setup()
      • tearDown

        public void tearDown()
      • testNotAControl

        public void testNotAControl()
      • testControlWithoutDomainModelReference

        public void testControlWithoutDomainModelReference()
      • testSelectorDomainModelReferenceNotResolvable

        public void testSelectorDomainModelReferenceNotResolvable()
      • testControlDomainModelReferenceDifferentEFeatures

        public void testControlDomainModelReferenceDifferentEFeatures()
      • testControlDomainModelReferenceLong

        public void testControlDomainModelReferenceLong()
      • testControlDomainModelReferenceCorrect

        public void testControlDomainModelReferenceCorrect()
      • testControlDomainModelReferenceDifferentEObjects

        public void testControlDomainModelReferenceDifferentEObjects()
      • isApplicable_segments_sameRootEClass_equalDmr

        public void isApplicable_segments_sameRootEClass_equalDmr()
        selector EClass matches the domain object's EClass.
      • isApplicable_segments_sameRootEClass_differentDmr

        public void isApplicable_segments_sameRootEClass_differentDmr()
        selector EClass matches the domain object's EClass.
      • isApplicable_segments_superRootEClass_equalDmr

        public void isApplicable_segments_superRootEClass_equalDmr()
        selector EClass is a super type of the domain object's EClass.
      • isApplicable_segments_superRootEClass_differentDmr

        public void isApplicable_segments_superRootEClass_differentDmr()
        selector EClass is a super type of the domain object's EClass.
      • isApplicable_segments_subRootEClass

        public void isApplicable_segments_subRootEClass()
        If the root EClass of the selector is a sub class of the domain object's EClass, the selector is not applicable.
      • isApplicable_segments_noRootEClass

        public void isApplicable_segments_noRootEClass()
      • isApplicable_segments_unrelatedRootEClass_equalDmr

        public void isApplicable_segments_unrelatedRootEClass_equalDmr()