Commit e679690a authored by Stephane Nicoll's avatar Stephane Nicoll

Clarify the WebTestClient requires WebFlux on the classpath

Closes gh-13469
parent d6c7eff8
...@@ -6254,6 +6254,7 @@ responses, as shown in the following example: ...@@ -6254,6 +6254,7 @@ responses, as shown in the following example:
include::{code-examples}/test/web/RandomPortWebTestClientExampleTests.java[tag=test-random-port] include::{code-examples}/test/web/RandomPortWebTestClientExampleTests.java[tag=test-random-port]
---- ----
This setup requires `spring-webflux` on the classpath. If you can't or won't add webflux,
Spring Boot also provides a `TestRestTemplate` facility: Spring Boot also provides a `TestRestTemplate` facility:
[source,java,indent=0] [source,java,indent=0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment