Class RestHandlerExceptionResolverTest
- java.lang.Object
-
- de.hybris.platform.webservicescommons.resolver.RestHandlerExceptionResolverTest
-
@UnitTest public class RestHandlerExceptionResolverTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RestHandlerExceptionResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitMocks()voidshouldDisplayStackByDefault()voidshouldDisplayStackFromDefaultProperty()voidshouldDisplayStackFromGlobalProperty()voidshouldDisplayStackFromSpecificProperty()voidshouldReturnExceptionDefaultProperty()voidshouldReturnExceptionGlobalProperty()voidshouldReturnExceptionSpecificProperty()voidshouldWorkWithoutConfigurationService()
-
-
-
Method Detail
-
initMocks
public void initMocks()
-
shouldReturnExceptionGlobalProperty
public void shouldReturnExceptionGlobalProperty()
-
shouldWorkWithoutConfigurationService
public void shouldWorkWithoutConfigurationService()
-
shouldReturnExceptionSpecificProperty
public void shouldReturnExceptionSpecificProperty()
-
shouldReturnExceptionDefaultProperty
public void shouldReturnExceptionDefaultProperty()
-
shouldDisplayStackByDefault
public void shouldDisplayStackByDefault()
-
shouldDisplayStackFromDefaultProperty
public void shouldDisplayStackFromDefaultProperty()
-
shouldDisplayStackFromGlobalProperty
public void shouldDisplayStackFromGlobalProperty()
-
shouldDisplayStackFromSpecificProperty
public void shouldDisplayStackFromSpecificProperty()
-
-