We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c7b9b commit f6e1fb3Copy full SHA for f6e1fb3
framework-docs/src/docs/asciidoc/web/webmvc-test.adoc
@@ -25,4 +25,4 @@ See <<testing.adoc#spring-mvc-test-client, Client REST Tests>> for more details.
25
* `WebTestClient`: Built for testing WebFlux applications, but it can also be used for
26
end-to-end integration testing, to any server, over an HTTP connection. It is a
27
non-blocking, reactive client and is well suited for testing asynchronous and streaming
28
-scenarios.
+scenarios. See <<testing.adoc#webtestclient, `WebTestClient`>> for more details.
0 commit comments