Browse Source

Cross reference WebTestClient section

pull/29710/head
Sam Brannen 3 years ago
parent
commit
f6e1fb3150
  1. 2
      framework-docs/src/docs/asciidoc/web/webmvc-test.adoc

2
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,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.

Loading…
Cancel
Save