Class RelatedPagePrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.cms2.servicelayer.interceptor.impl.RelatedPagePrepareInterceptorTest
-
@UnitTest public class RelatedPagePrepareInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelatedPagePrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestRejectRelatedPagesForItemModel()voidtestRejectRelatedPagesForNonActiveCMSItemModel()voidtestSkipRejectRelatedPagesForDisabledInterceptor()voidtestSkipRejectRelatedPagesForOnlineCMSItem()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testRejectRelatedPagesForItemModel
public void testRejectRelatedPagesForItemModel() throws InterceptorException- Throws:
InterceptorException
-
testRejectRelatedPagesForNonActiveCMSItemModel
public void testRejectRelatedPagesForNonActiveCMSItemModel() throws InterceptorException- Throws:
InterceptorException
-
testSkipRejectRelatedPagesForDisabledInterceptor
public void testSkipRejectRelatedPagesForDisabledInterceptor() throws InterceptorException- Throws:
InterceptorException
-
testSkipRejectRelatedPagesForOnlineCMSItem
public void testSkipRejectRelatedPagesForOnlineCMSItem() throws InterceptorException- Throws:
InterceptorException
-
-