Class DefaultPageTemplateFacadeTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagetemplates.impl.DefaultPageTemplateFacadeTest
-
@UnitTest public class DefaultPageTemplateFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPageTemplateFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldFailFindByIdInsufficientTypePermission()voidwillRetrieveActivetemplatesForTheGivenPageType()voidwillRetrieveAlltemplatesForTheGivenPageType()voidwillRetrieveNonActivetemplatesForTheGivenPageType()voidwillRetrieveNoTemplateForTheInvalidPageType()
-
-
-
Method Detail
-
setup
public void setup()
-
willRetrieveActivetemplatesForTheGivenPageType
public void willRetrieveActivetemplatesForTheGivenPageType()
-
willRetrieveNonActivetemplatesForTheGivenPageType
public void willRetrieveNonActivetemplatesForTheGivenPageType()
-
willRetrieveAlltemplatesForTheGivenPageType
public void willRetrieveAlltemplatesForTheGivenPageType()
-
willRetrieveNoTemplateForTheInvalidPageType
public void willRetrieveNoTemplateForTheInvalidPageType()
-
shouldFailFindByIdInsufficientTypePermission
public void shouldFailFindByIdInsufficientTypePermission()
-
-