Class DefaultEndpointRestrictionsConfigStrategyTest
- java.lang.Object
-
- de.hybris.platform.webservicescommons.api.restrictions.strategies.impl.DefaultEndpointRestrictionsConfigStrategyTest
-
@UnitTest public class DefaultEndpointRestrictionsConfigStrategyTest extends java.lang.Object
Unit tests forDefaultEndpointRestrictionsConfigStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultEndpointRestrictionsConfigStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestDisabledEndpointListIsEmpty()voidtestDisabledEndpointListIsNotEmpty()voidtestEndpointIsAllowed()voidtestEndpointIsAllowedWhenNoDisabledEndpointsConfiguration()voidtestEndpointIsDisabled()voidtestGetDisabledEndpoints()voidtestThrowExceptionWhenNullConfigPrefix()voidtestThrowExceptionWhenNullEndpointId()
-
-
-
Method Detail
-
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()
-
-