WebTestClient
has support for testing reactive router functions by creating a WebTestClient
that's bound to a reactive RouterFunction
instance. It would be useful to have similar functionality in MockMvcWebTestClient
and perhaps MockMvcBuilders
for a Servlet-based RouterFunction
.