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()voidshouldGetAllowedRestrictionTypesForPage()voidshouldGetAllRestrictionTypes()voidshouldHavePageRestrictionsForVariationPage()voidshouldNotHavePageRestrictionsForPrimaryPage()voidtestForNullPage()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetAllowedRestrictionTypesForPage
public void shouldGetAllowedRestrictionTypesForPage()
-
testForNullPage
public void testForNullPage()
-
shouldGetAllowedRestrictionsForPage
public void shouldGetAllowedRestrictionsForPage() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldHavePageRestrictionsForVariationPage
public void shouldHavePageRestrictionsForVariationPage()
-
shouldNotHavePageRestrictionsForPrimaryPage
public void shouldNotHavePageRestrictionsForPrimaryPage()
-
shouldGetAllRestrictionTypes
public void shouldGetAllRestrictionTypes()
-
-