@@ -74,7 +74,7 @@ configuration in testing scenarios without modification.
7474[[mock-objects-servlet]]
7575==== Servlet API
7676The `org.springframework.mock.web` package contains a comprehensive set of Servlet API
77- mock objects, which are useful for testing web contexts, controllers, and filters. These
77+ mock objects that are useful for testing web contexts, controllers, and filters. These
7878mock objects are targeted at usage with Spring's Web MVC framework and are generally more
7979convenient to use than dynamic mock objects such as http://www.easymock.org[EasyMock] or
8080alternative Servlet API mock objects such as http://www.mockobjects.com[MockObjects].
@@ -86,19 +86,19 @@ on the Servlet 4.0 API.
8686====
8787
8888The Spring MVC Test framework builds on the mock Servlet API objects to provide an
89- integration test framework for Spring MVC. See
89+ integration testing framework for Spring MVC. See
9090<<spring-mvc-test-framework,_Spring MVC Test_>>.
9191
9292
9393[[mock-objects-web-reactive]]
9494==== Spring Web Reactive
9595The `org.springframework.mock.http.server.reactive` package contains mock request and
96- response objects for testing Spring WebFlux applications. There is also a
97- `MockWebServerExchange` in `org.springframework.mock.web.server` package that uses
98- those mock request and response.
96+ response objects for testing _Spring WebFlux_ applications. There is also a
97+ `MockWebServerExchange` in the `org.springframework.mock.web.server` package that uses
98+ those mock request and response objects .
9999
100- `WebTestClient` builds on these mock objects and to provide integration testing
101- of WebFlux server endpoints without running an HTTP server.
100+ `WebTestClient` builds on these mock objects to provide integration testing support for
101+ WebFlux server endpoints without running an HTTP server.
102102
103103
104104[[unit-testing-support-classes]]
0 commit comments