Class DefaultEndpointRestrictionsConfigStrategyTest

java.lang.Object
de.hybris.platform.webservicescommons.api.restrictions.strategies.impl.DefaultEndpointRestrictionsConfigStrategyTest

@UnitTest public class DefaultEndpointRestrictionsConfigStrategyTest extends Object
  • Constructor Details

    • DefaultEndpointRestrictionsConfigStrategyTest

      public DefaultEndpointRestrictionsConfigStrategyTest()
  • Method Details

    • setUp

      public void setUp()
    • testThrowExceptionWhenNullEndpointId

      public void testThrowExceptionWhenNullEndpointId()
    • testThrowExceptionWhenNullConfigPrefix

      public void testThrowExceptionWhenNullConfigPrefix()
    • testEndpointIsDisabled

      public void testEndpointIsDisabled()
    • testEndpointIsAllowed

      public void testEndpointIsAllowed()
    • testEndpointIsAllowedWhenNoDisabledEndpointsConfiguration

      public void testEndpointIsAllowedWhenNoDisabledEndpointsConfiguration()
    • testDisabledEndpointListIsEmpty

      public void testDisabledEndpointListIsEmpty()
    • testDisabledEndpointListIsNotEmpty

      public void testDisabledEndpointListIsNotEmpty()
    • testGetDisabledEndpoints

      public void testGetDisabledEndpoints()