Class CloneContentSlotPopulatorTest
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.CloneContentSlotPopulatorTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CloneContentSlotPopulatorTest
public CloneContentSlotPopulatorTest()
-
-
Method Details
-
setup
public void setup() -
testWhenItemModelIsNull_should_ThrowException
public void testWhenItemModelIsNull_should_ThrowException() -
testWhenMapIsNull_should_ThrowException
public void testWhenMapIsNull_should_ThrowException() -
testCloneContentSlotModelWithValidPageAndContentSlotUUID
public void testCloneContentSlotModelWithValidPageAndContentSlotUUID() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testCloneContentSlotModelWithInvalidPageUUIDShouldFail
public void testCloneContentSlotModelWithInvalidPageUUIDShouldFail() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testCloneContentSlotModelWithInvalidContentSlotUUIDShouldFail
public void testCloneContentSlotModelWithInvalidContentSlotUUIDShouldFail() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testCloneContentSlotModelWithoutPageUUIDShouldFail
- Throws:
CMSItemNotFoundException
-
testCloneContentSlotModelWithoutContentSlotUUIDShouldFail
public void testCloneContentSlotModelWithoutContentSlotUUIDShouldFail() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testCloneContentSlotModelWithoutCloneComponentsShouldFail
public void testCloneContentSlotModelWithoutCloneComponentsShouldFail() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldThrowExceptionWhenCloneContentSlotModelWithEmptyContext
public void shouldThrowExceptionWhenCloneContentSlotModelWithEmptyContext() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-