Class RenderingContentPageModelSupplierTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.rendering.suppliers.page.impl.RenderingContentPageModelSupplierTest
-
@UnitTest public class RenderingContentPageModelSupplierTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RenderingContentPageModelSupplierTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldReturnEmptyIfPageDoesNotExists()voidshouldReturnHomePageIfLabelOrIdNotFound()voidshouldReturnPageByDefaultLabelOrIdLabelOrIdNotFoundAndIfHomePageNotFound()voidshouldReturnPageByLabelOrId()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldReturnPageByLabelOrId
public void shouldReturnPageByLabelOrId() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldReturnHomePageIfLabelOrIdNotFound
public void shouldReturnHomePageIfLabelOrIdNotFound() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldReturnPageByDefaultLabelOrIdLabelOrIdNotFoundAndIfHomePageNotFound
public void shouldReturnPageByDefaultLabelOrIdLabelOrIdNotFoundAndIfHomePageNotFound() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldReturnEmptyIfPageDoesNotExists
public void shouldReturnEmptyIfPageDoesNotExists() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-