Skip to content

Commit f6e1fb3

Browse files
committed
Cross reference WebTestClient section
1 parent 14c7b9b commit f6e1fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/src/docs/asciidoc/web/webmvc-test.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ See <<testing.adoc#spring-mvc-test-client, Client REST Tests>> for more details.
2525
* `WebTestClient`: Built for testing WebFlux applications, but it can also be used for
2626
end-to-end integration testing, to any server, over an HTTP connection. It is a
2727
non-blocking, reactive client and is well suited for testing asynchronous and streaming
28-
scenarios.
28+
scenarios. See <<testing.adoc#webtestclient, `WebTestClient`>> for more details.

0 commit comments

Comments
 (0)