spring-boot/spring-boot-project/spring-boot-docs
Stéphane Nicoll e5859aedaf Add auto-configuration for MockMvcTester
This commit adds auto-configuration and documentation for MockMvcTester,
a wrapper of MockMvc that provides AssertJ integration as well as a
fluent API to build requests. The main differences compared to the
regular MockMvc are as follows:

* No need for static imports for building requests and define assertions
* No need to handle unchecked exception as they can be asserted instead
* Support for converting the response body to data types

Closes gh-41198
2024-07-03 15:09:10 +02:00
..
src Add auto-configuration for MockMvcTester 2024-07-03 15:09:10 +02:00
build.gradle Upgrade to HtmlUnit 4.2.0 and Selenium HtmlUnit 4.20 2024-06-20 20:18:23 +01:00