Class CMSSmartEditDynamicAttributeServiceTest


  • @UnitTest
    public class CMSSmartEditDynamicAttributeServiceTest
    extends java.lang.Object
    • Constructor Detail

      • CMSSmartEditDynamicAttributeServiceTest

        public CMSSmartEditDynamicAttributeServiceTest()
    • Method Detail

      • setUp

        public void setUp()
      • shouldTheComponentBeWrappedThrowsExceptionIfComponentNull

        public void shouldTheComponentBeWrappedThrowsExceptionIfComponentNull()
      • shouldTheComponentBeWrappedThrowsExceptionIfSlotNull

        public void shouldTheComponentBeWrappedThrowsExceptionIfSlotNull()
      • shouldTheComponentBeWrappedReturnsTrueIfDirectChild

        public void shouldTheComponentBeWrappedReturnsTrueIfDirectChild()
      • shouldTheComponentBeWrappedReturnsTrueIfComponentInContainer

        public void shouldTheComponentBeWrappedReturnsTrueIfComponentInContainer()
      • shouldTheComponentBeWrappedReturnsFalseIfComponentIsNeitherDirectChildNorThroughContainer

        public void shouldTheComponentBeWrappedReturnsFalseIfComponentIsNeitherDirectChildNorThroughContainer()
      • whenComponentShouldBeWrappedAndInPreviewThenDynamicAttributesWillBeAdded

        public void whenComponentShouldBeWrappedAndInPreviewThenDynamicAttributesWillBeAdded()
      • whenComponentShouldNotBeWrappedDynamicAttributesWillNotBeAddedToComponent

        public void whenComponentShouldNotBeWrappedDynamicAttributesWillNotBeAddedToComponent()
      • whenNotInPreviewWrappedDynamicAttributesWillNotBeAddedToComponent

        public void whenNotInPreviewWrappedDynamicAttributesWillNotBeAddedToComponent()
      • whenComponentIsNullDynamicAttributesWillNotBeAddedToComponent

        public void whenComponentIsNullDynamicAttributesWillNotBeAddedToComponent()
      • whenSlotIsNullDynamicAttributesWillNotBeAddedToComponent

        public void whenSlotIsNullDynamicAttributesWillNotBeAddedToComponent()
      • whenInPreviewDynamicAttributesWillBeAddedOnSlot

        public void whenInPreviewDynamicAttributesWillBeAddedOnSlot()
      • whenNotInPreviewDynamicAttributesWillNotBeAddedOnSlot

        public void whenNotInPreviewDynamicAttributesWillNotBeAddedOnSlot()
      • dynamicAttributesWillNotBeAddedOnNullSlot

        public void dynamicAttributesWillNotBeAddedOnNullSlot()