Class CMSSmartEditDynamicAttributeServiceTest
- java.lang.Object
-
- de.hybris.platform.smarteditaddon.cms.services.impl.CMSSmartEditDynamicAttributeServiceTest
-
@UnitTest public class CMSSmartEditDynamicAttributeServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMSSmartEditDynamicAttributeServiceTest()
-
Method Summary
-
-
-
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()
-
-