Class ReactiveExceptionHandlingTest
- java.lang.Object
-
- org.bremersee.exception.integration.reactive.ReactiveExceptionHandlingTest
-
@SpringBootTest(classes=TestConfiguration.class, webEnvironment=RANDOM_PORT, properties={"spring.main.web-application-type=reactive","spring.application.name=exception-test","bremersee.auth.resource-server=none","bremersee.exception-mapping.api-paths=/test/**"}) @TestInstance(PER_CLASS) public class ReactiveExceptionHandlingTest extends Object
The reactive exception handling test.- Author:
- Christian Bremer