Class CategoryPageRedirectSupplierTest
java.lang.Object
de.hybris.platform.cmsocc.redirect.suppliers.impl.CategoryPageRedirectSupplierTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RequestParamDatavoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CategoryPageRedirectSupplierTest
public CategoryPageRedirectSupplierTest()
-
-
Method Details
-
setup
public void setup() -
shouldRedirectWhenPageTypeAndCodeAreNull
public void shouldRedirectWhenPageTypeAndCodeAreNull() -
shouldNotRedirectForCategoryPageAndCodeEqualsPreviewCategoryCode
public void shouldNotRedirectForCategoryPageAndCodeEqualsPreviewCategoryCode() -
shouldRedirectForNonCategoryPage
public void shouldRedirectForNonCategoryPage() -
shouldRedirectForCategoryPageAndCodeNotEqualsPreviewCategoryCode
public void shouldRedirectForCategoryPageAndCodeNotEqualsPreviewCategoryCode() -
shouldPopulateAllParams
public void shouldPopulateAllParams() -
shouldPopulatePathParamsWhenCategoryCodeIsNull
public void shouldPopulatePathParamsWhenCategoryCodeIsNull() -
shouldNotPopulatePathParamsWhenCategoryCodeIsNullAndPreviewPageIdIsNull
public void shouldNotPopulatePathParamsWhenCategoryCodeIsNullAndPreviewPageIdIsNull() -
shouldRedirectUrlWithQueryParams
public void shouldRedirectUrlWithQueryParams() -
shouldRedirectUrlWithPathParam
public void shouldRedirectUrlWithPathParam() -
shouldRedirectUrlWithoutPathParamForNonPagesEndpoint
public void shouldRedirectUrlWithoutPathParamForNonPagesEndpoint() -
shouldNotRedirectWhenRequestCMSComponent
public void shouldNotRedirectWhenRequestCMSComponent() -
shouldNotRedirectWhenRequestCMSPageWithPageId
public void shouldNotRedirectWhenRequestCMSPageWithPageId() -
shouldNotRedirectWhenRequestCMSPageWithPageTypeAndCode
public void shouldNotRedirectWhenRequestCMSPageWithPageTypeAndCode() -
shouldNotRedirectWhenRequestCMSPageWithPageTypeAndId
public void shouldNotRedirectWhenRequestCMSPageWithPageTypeAndId() -
createParamData
-