Class ContentSlotCloningStrategyTest
- java.lang.Object
-
- de.hybris.platform.cms2.cloning.strategy.impl.ContentSlotCloningStrategyTest
-
@UnitTest public class ContentSlotCloningStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContentSlotCloningStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCloneAndExcludeComponents()voidshouldCloneComponents()voidshouldFailCloneWhenContextIsEmpty()voidshouldFailCloneWhenPageNotInContext()voidshouldFailCloneWhenTemplateIsEmpty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldFailCloneWhenTemplateIsEmpty
public void shouldFailCloneWhenTemplateIsEmpty() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldFailCloneWhenContextIsEmpty
public void shouldFailCloneWhenContextIsEmpty() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldFailCloneWhenPageNotInContext
public void shouldFailCloneWhenPageNotInContext() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldCloneComponents
public void shouldCloneComponents() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldCloneAndExcludeComponents
public void shouldCloneAndExcludeComponents() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-