Change the Documentation in setting up tests to use WebClientTest
for Servlet based.
#735
Labels
status: duplicate
Duplicate of another issue
Uh oh!
There was an error while loading. Please reload this page.
The documentation for setting up tests where you build and bind
WebClientTests
to application contexts does not specify whether to useMockMvcWebTestClient
orWebClientTest
. It should specify whether to use(**MockMvcWebTestClient** and **WebClientTest**).bindToApplicationContext
for servlet based or projects that use webflux respectively. This cost me so much nuisance and time for a trivial mistake.The text was updated successfully, but these errors were encountered: