File tree 2 files changed +0
-15
lines changed
framework-docs/modules/ROOT/pages
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -383,15 +383,3 @@ class SpecificationLikeTests {
383
383
----
384
384
385
385
386
- [[kotlin-webtestclient-issue]]
387
- === `WebTestClient` Type Inference Issue in Kotlin
388
-
389
- Due to a https://youtrack.jetbrains.com/issue/KT-5464[type inference issue], you must
390
- use the Kotlin `expectBody` extension (such as `.expectBody<String>().isEqualTo("toys")`),
391
- since it provides a workaround for the Kotlin issue with the Java API.
392
-
393
- See also the related https://jira.spring.io/browse/SPR-16057[SPR-16057] issue.
394
-
395
-
396
-
397
-
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ but exposes a testing facade for verifying responses. `WebTestClient` can be use
7
7
perform end-to-end HTTP tests. It can also be used to test Spring MVC and Spring WebFlux
8
8
applications without a running server via mock server request and response objects.
9
9
10
- TIP: Kotlin users: See xref:languages/kotlin/spring-projects-in.adoc#kotlin-webtestclient-issue[this section]
11
- related to use of the `WebTestClient`.
12
-
13
10
14
11
15
12
You can’t perform that action at this time.
0 commit comments