Class RestHandlerExceptionResolverTest

java.lang.Object
de.hybris.platform.webservicescommons.resolver.RestHandlerExceptionResolverTest

@UnitTest public class RestHandlerExceptionResolverTest extends Object
  • Constructor Details

    • RestHandlerExceptionResolverTest

      public RestHandlerExceptionResolverTest()
  • Method Details

    • 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()