Class DefaultEndpointRestrictionsConfigStrategyTest
java.lang.Object
de.hybris.platform.webservicescommons.api.restrictions.strategies.impl.DefaultEndpointRestrictionsConfigStrategyTest
Unit tests for
DefaultEndpointRestrictionsConfigStrategy-
Constructor Summary
Constructors -
Method Summary
-
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()
-