Class ExceptionHandlingTest


  • @SpringBootTest(classes=TestConfiguration.class,
                    webEnvironment=RANDOM_PORT,
                    properties={"spring.main.web-application-type=servlet","spring.application.name=exception-test","bremersee.auth.resource-server=none","bremersee.exception-mapping.api-paths=/test/**"})
    @TestInstance(PER_CLASS)
    public class ExceptionHandlingTest
    extends Object
    The exception handling test.
    Author:
    Christian Bremer
    • Constructor Detail

      • ExceptionHandlingTest

        public ExceptionHandlingTest()