Class AbstractCMSComponentContentPopulatorTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSComponentContentPopulatorTest
-
@UnitTest public class AbstractCMSComponentContentPopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractCMSComponentContentPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldFail_TypeNotAllowedInSlot()voidshouldNotFail_TypeNotAllowedInSlot()voidtestAssignComponentToSlot()voidtestInvalidPositionAndSlotUUIDPremise()voidtestInvalidSlotUUID()voidtestWhenItemModelIsNull_should_ThrowException()voidtestWhenMapIsNull_should_ThrowException()
-
-
-
Method Detail
-
setup
public void setup()
-
testWhenItemModelIsNull_should_ThrowException
public void testWhenItemModelIsNull_should_ThrowException()
-
testWhenMapIsNull_should_ThrowException
public void testWhenMapIsNull_should_ThrowException()
-
testAssignComponentToSlot
public void testAssignComponentToSlot()
-
testInvalidSlotUUID
public void testInvalidSlotUUID()
-
testInvalidPositionAndSlotUUIDPremise
public void testInvalidPositionAndSlotUUIDPremise()
-
shouldFail_TypeNotAllowedInSlot
public void shouldFail_TypeNotAllowedInSlot()
-
shouldNotFail_TypeNotAllowedInSlot
public void shouldNotFail_TypeNotAllowedInSlot()
-
-