Class ComponentCloningStrategyTest
- java.lang.Object
-
- de.hybris.platform.cms2.cloning.strategy.impl.ComponentCloningStrategyTest
-
@UnitTest public class ComponentCloningStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComponentCloningStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCloneComponent()voidshouldFailCloneWhenCatalogVersionIsNull()voidshouldFailCloneWhenComponentNonCloneable()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldCloneComponent
public void shouldCloneComponent() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldFailCloneWhenCatalogVersionIsNull
public void shouldFailCloneWhenCatalogVersionIsNull() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldFailCloneWhenComponentNonCloneable
public void shouldFailCloneWhenComponentNonCloneable() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-