Class CategoryPageRedirectSupplierTest

java.lang.Object
de.hybris.platform.cmsoccaddon.redirect.suppliers.impl.CategoryPageRedirectSupplierTest

@UnitTest public class CategoryPageRedirectSupplierTest extends Object
  • 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()
    • createParamData

      protected RequestParamData createParamData()