Class CMSSmartEditDynamicAttributeServiceTest

java.lang.Object
de.hybris.platform.smarteditaddon.cms.services.impl.CMSSmartEditDynamicAttributeServiceTest

@UnitTest public class CMSSmartEditDynamicAttributeServiceTest extends Object
  • Constructor Details

    • CMSSmartEditDynamicAttributeServiceTest

      public CMSSmartEditDynamicAttributeServiceTest()
  • Method Details

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