Class ResourcesGuardFilterTest

java.lang.Object
de.hybris.platform.servicelayer.web.ResourcesGuardFilterTest

@UnitTest public class ResourcesGuardFilterTest extends Object
  • Constructor Details

    • ResourcesGuardFilterTest

      public ResourcesGuardFilterTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldProcessFilterChainWhenResourceIsEnabled

      public void shouldProcessFilterChainWhenResourceIsEnabled() throws Exception
      Throws:
      Exception
    • shouldSendNotFoundCodeIfResourceIsDisabled

      public void shouldSendNotFoundCodeIfResourceIsDisabled() throws Exception
      Throws:
      Exception
    • shouldSendRedirectIfResourceIsDisabledAndFilterIsConfiguredForHandlingRedirects

      public void shouldSendRedirectIfResourceIsDisabledAndFilterIsConfiguredForHandlingRedirects() throws Exception
      Throws:
      Exception