Class DefaultCMSAdminRestrictionServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.servicelayer.services.admin.impl.DefaultCMSAdminRestrictionServiceTest
-
@UnitTest public class DefaultCMSAdminRestrictionServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSAdminRestrictionServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetAllowedRestrictionsForPage_MultipleAllowedTypes()voidshouldGetAllowedRestrictionsForPage_NoAllowedType()voidshouldGetAllowedRestrictionsForPage_SingleAllowedType()voidshouldGetAllowedRestrictionTypesForPage()voidshouldGetAllRestrictionTypes()voidtestForNullPage()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetAllowedRestrictionTypesForPage
public void shouldGetAllowedRestrictionTypesForPage()
-
testForNullPage
public void testForNullPage()
-
shouldGetAllowedRestrictionsForPage_MultipleAllowedTypes
public void shouldGetAllowedRestrictionsForPage_MultipleAllowedTypes() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldGetAllowedRestrictionsForPage_SingleAllowedType
public void shouldGetAllowedRestrictionsForPage_SingleAllowedType() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldGetAllowedRestrictionsForPage_NoAllowedType
public void shouldGetAllowedRestrictionsForPage_NoAllowedType() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldGetAllRestrictionTypes
public void shouldGetAllRestrictionTypes()
-
-