mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
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