Files
spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc
Brian Clozel 8b3bea173c Configure WebTestClient for @AutoConfigureMockMvc tests
As of Spring Framework 5.3, `WebTestClient` can now be configured on top
of `MockMvc` for testing Spring MVC applications in a mock environment.

Prior to this commit, `WebTestClient` would be already configured for
WebFlux mock setups with `@AutoConfigureWebTestClient` or live servers
(for both MVC and WebFlux apps).

This commit enhances the `@AutoConfigureWebMvc` support so that a
`WebTestClient` instance is auto-configured if the spring-webflux
dependency is present on the classpath.

Closes gh-23067
2021-08-03 09:43:44 +02:00
..
2021-05-04 14:07:58 -07:00
2021-04-29 17:32:27 -07:00
2021-07-21 11:55:38 +01:00
2021-04-29 17:32:27 -07:00
2021-07-21 11:55:38 +01:00
2021-05-04 14:07:58 -07:00
2021-07-02 15:44:13 -07:00
2021-07-16 17:17:57 +01:00
2020-07-27 15:23:55 +01:00
2021-04-29 17:32:27 -07:00
2021-04-29 17:32:27 -07:00
2021-04-29 17:32:27 -07:00
2021-04-29 17:32:27 -07:00
2021-04-29 17:32:27 -07:00
2021-01-01 09:17:13 +01:00
2021-05-04 14:07:58 -07:00