You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
WebTestClient
has support for testing reactive router functions by creating aWebTestClient
that's bound to a reactiveRouterFunction
instance. It would be useful to have similar functionality inMockMvcWebTestClient
and perhapsMockMvcBuilders
for a Servlet-basedRouterFunction
.The text was updated successfully, but these errors were encountered: