Class BaseEndpointRestrictionsInterceptorTest

java.lang.Object
de.hybris.platform.webservicescommons.api.restrictions.interceptor.BaseEndpointRestrictionsInterceptorTest

@UnitTest public class BaseEndpointRestrictionsInterceptorTest extends Object
  • Constructor Details

    • BaseEndpointRestrictionsInterceptorTest

      public BaseEndpointRestrictionsInterceptorTest()
  • Method Details

    • setUp

      public void setUp() throws NoSuchMethodException
      Throws:
      NoSuchMethodException
    • testValidateErrorStatusSucceed

      public void testValidateErrorStatusSucceed()
    • testParseErrorStatusValueReturnsDefaultIfStatusIsInvalid

      public void testParseErrorStatusValueReturnsDefaultIfStatusIsInvalid()
    • testEndpointIsDisabled

      public void testEndpointIsDisabled() throws Exception
      Throws:
      Exception
    • testEndpointIsNotDisabledForNullEndpointHandler

      public void testEndpointIsNotDisabledForNullEndpointHandler() throws Exception
      Throws:
      Exception
    • testEndpointIsNotDisabledForNotSupportedEndpointHandler

      public void testEndpointIsNotDisabledForNotSupportedEndpointHandler() throws Exception
      Throws:
      Exception
    • testEndpointIsNotDisabled

      public void testEndpointIsNotDisabled() throws Exception
      Throws:
      Exception
    • testCreateEndpointContextData

      public void testCreateEndpointContextData()