Revert "Only create a WebTestClient with WebFlux"

This reverts commit 282bd9f
This commit is contained in:
Stephane Nicoll
2018-03-14 08:34:48 -04:00
parent b80620fe28
commit 5320081d0b
4 changed files with 39 additions and 37 deletions

View File

@@ -6520,9 +6520,6 @@ example shows a class that uses both `@WebFluxTest` and a `WebTestClient`:
}
----
TIP: This setup is only supported by WebFlux applications as using `WebTestClient` in a
mocked web application only works with WebFlux at the moment.
A list of the auto-configuration that is enabled by `@WebFluxTest` can be
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.