Update documentation about WebTestClient Kotlin issue

Issue: SPR-16057
This commit is contained in:
Sebastien Deleuze
2017-10-27 13:52:51 +02:00
parent 419b4440a7
commit b9a0e6bbf2
3 changed files with 23 additions and 0 deletions

View File

@@ -8,6 +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]
====
`WebTestClient` is not usable yet in Kotlin, see <<languages.adoc#kotlin-webtestclient-issue, this section>> for more details.
====