mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
81d69216b1
The MockMvcClientHttpRequestFactoryTests variant for RestTestClient was copied from MockMvcClientHttpRequestFactoryTests which actually uses MockMvcClientHttpRequestFactory. In addition, MockMvcClientHttpRequestFactoryTests unnecessarily used the SpringExtension. This commit therefore renames the class to MockMvcRestTestClientTests and removes the use of the SpringExtension. See gh-29122