Class RestHandlerExceptionResolverTest


  • @UnitTest
    public class RestHandlerExceptionResolverTest
    extends java.lang.Object
    • Constructor Detail

      • RestHandlerExceptionResolverTest

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