Add WebTestClient to Web Servlet section

This commit is contained in:
Rossen Stoyanchev
2017-11-29 08:44:53 -05:00
parent 2b68212c20
commit 6f73b8b200
3 changed files with 20 additions and 6 deletions

View File

@@ -8,9 +8,10 @@ to any server over an HTTP connection. It can also bind directly to WebFlux appl
with <<testing.adoc#mock-objects-web-reactive,mock request and response>> objects,
without the need for an HTTP server.
[NOTE]
[TIP]
====
`WebTestClient` is not usable yet in Kotlin, see <<languages.adoc#kotlin-webtestclient-issue, this section>> for more details.
Kotlin users, please see <<languages.adoc#kotlin-webtestclient-issue,this section>> for
important information on using the `WebTestClient` in Kotlin.
====