Class ResourcesGuardFilterTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.ResourcesGuardFilterTest
-
@UnitTest public class ResourcesGuardFilterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResourcesGuardFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldProcessFilterChainWhenResourceIsEnabled()voidshouldSendNotFoundCodeIfResourceIsDisabled()voidshouldSendRedirectIfResourceIsDisabledAndFilterIsConfiguredForHandlingRedirects()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProcessFilterChainWhenResourceIsEnabled
public void shouldProcessFilterChainWhenResourceIsEnabled() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSendNotFoundCodeIfResourceIsDisabled
public void shouldSendNotFoundCodeIfResourceIsDisabled() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldSendRedirectIfResourceIsDisabledAndFilterIsConfiguredForHandlingRedirects
public void shouldSendRedirectIfResourceIsDisabledAndFilterIsConfiguredForHandlingRedirects() throws java.lang.Exception- Throws:
java.lang.Exception
-
-