mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:01:42 +00:00
This change puts the MockHttpServerRequest/Response under org.springframework.mock.http.server.reactive.test which mirrors the arrangement we have with the Servlet mock equivalents and sets up the addition of MockHttpServerRequest/Response in spring-test. Issue: SPR-14421