Unit Test
Simple
1 | @WebFluxTest(controllers = [OrderController::class]) |
Filter Configration
1 | @WebFluxTest(controllers = [OrderController::class]) |
Reference
https://grokonez.com/testing/springboot-webflux-test-webfluxtest
https://www.callicoder.com/spring-5-reactive-webclient-webtestclient-examples/