Class DefaultPageContentSlotFacadeTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagescontentslots.impl.DefaultPageContentSlotFacadeTest
-
@UnitTest public class DefaultPageContentSlotFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPageContentSlotFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFailConversion()voidshouldFindContentSlotsForPage()voidshouldFindNoContentSlotForPage()voidshouldNotFindPageId()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldFindContentSlotsForPage
public void shouldFindContentSlotsForPage() throws CMSItemNotFoundException, ConversionException
-
shouldFindNoContentSlotForPage
public void shouldFindNoContentSlotForPage() throws CMSItemNotFoundException, ConversionException
-
shouldNotFindPageId
public void shouldNotFindPageId() throws CMSItemNotFoundException, ConversionException
-
shouldFailConversion
public void shouldFailConversion() throws CMSItemNotFoundException, ConversionException
-
-