Cross reference WebTestClient section

This commit is contained in:
Sam Brannen 2022-12-17 14:01:21 +01:00
parent 14c7b9bd08
commit f6e1fb3150
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ See <<testing.adoc#spring-mvc-test-client, Client REST Tests>> for more details.
* `WebTestClient`: Built for testing WebFlux applications, but it can also be used for
end-to-end integration testing, to any server, over an HTTP connection. It is a
non-blocking, reactive client and is well suited for testing asynchronous and streaming
scenarios.
scenarios. See <<testing.adoc#webtestclient, `WebTestClient`>> for more details.