Class DefaultPageRenderingServiceTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.rendering.impl.DefaultPageRenderingServiceTest
-
@UnitTest public class DefaultPageRenderingServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPageRenderingServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldReturnAbstractPageData()voidshouldThrowExceptionIfAnyAttributeIsWrong()voidshouldThrowExceptionIfInvalidPageLabelOrId()voidshouldThrowExceptionIfPageNotFound()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldThrowExceptionIfAnyAttributeIsWrong
public void shouldThrowExceptionIfAnyAttributeIsWrong() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldThrowExceptionIfInvalidPageLabelOrId
public void shouldThrowExceptionIfInvalidPageLabelOrId() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldReturnAbstractPageData
public void shouldReturnAbstractPageData() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldThrowExceptionIfPageNotFound
public void shouldThrowExceptionIfPageNotFound() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-