Class DefaultPageContentSlotContainerFacadeTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl.DefaultPageContentSlotContainerFacadeTest
-
@UnitTest public class DefaultPageContentSlotContainerFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPageContentSlotContainerFacadeTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
GivenAnInexistentPage_getPageContentSlotContainersByPageId_WillThrowCmsItemNotFoundException
public void GivenAnInexistentPage_getPageContentSlotContainersByPageId_WillThrowCmsItemNotFoundException() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
GivenAnAmbiguousPage_getPageContentSlotContainersByPageId_WillThrowCmsItemNotFoundException
public void GivenAnAmbiguousPage_getPageContentSlotContainersByPageId_WillThrowCmsItemNotFoundException() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
GivenPageHasNoContainers_getPageContentSlotContainersByPageId_WillReturnAnEmptyList
public void GivenPageHasNoContainers_getPageContentSlotContainersByPageId_WillReturnAnEmptyList() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
GivenPageHasContainers_getPageContentSlotContainersByPageId_WillReturnThem
public void GivenPageHasContainers_getPageContentSlotContainersByPageId_WillReturnThem() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-