Class ContentPageRedirectSupplierTest

java.lang.Object
de.hybris.platform.cmsocc.redirect.suppliers.impl.ContentPageRedirectSupplierTest

@UnitTest public class ContentPageRedirectSupplierTest extends Object
  • Constructor Details

    • ContentPageRedirectSupplierTest

      public ContentPageRedirectSupplierTest()
  • Method Details

    • setup

      public void setup()
    • shouldRedirectWhenPageTypeIsNull

      public void shouldRedirectWhenPageTypeIsNull()
    • shouldRedirectWhenPageTypeEqualsContentPageAndPageIdFromUrlIsNotProvided

      public void shouldRedirectWhenPageTypeEqualsContentPageAndPageIdFromUrlIsNotProvided()
    • shouldNotRedirectWhenPageTypeIsNotContentPage

      public void shouldNotRedirectWhenPageTypeIsNotContentPage()
    • shouldNotRedirectWhenPageTypeEqualsContentPageAndPageIdInUrlIsProvided

      public void shouldNotRedirectWhenPageTypeEqualsContentPageAndPageIdInUrlIsProvided()
    • shouldPopulateAllParams

      public void shouldPopulateAllParams()
    • initTypeCodePredicate

      protected void initTypeCodePredicate(boolean theSame)