Class ComponentTypeAllowedForContentSlotPredicateTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.ComponentTypeAllowedForContentSlotPredicateTest
-
@UnitTest public class ComponentTypeAllowedForContentSlotPredicateTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComponentTypeAllowedForContentSlotPredicateTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldFail_ComponentTypeNotInRestrictions()voidshouldFail_GetRestrictionsThrowsException()voidshouldPass_ComponentTypeInRestrictions()
-
-
-
Method Detail
-
setUp
public void setUp() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
shouldPass_ComponentTypeInRestrictions
public void shouldPass_ComponentTypeInRestrictions()
-
shouldFail_ComponentTypeNotInRestrictions
public void shouldFail_ComponentTypeNotInRestrictions()
-
shouldFail_GetRestrictionsThrowsException
public void shouldFail_GetRestrictionsThrowsException() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-