Skip to content

Commit 657dc96

Browse files
committed
Polishing
1 parent 7a8c8c0 commit 657dc96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/docs/asciidoc/testing.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ configuration in testing scenarios without modification.
7474
[[mock-objects-servlet]]
7575
==== Servlet API
7676
The `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
7878
mock objects are targeted at usage with Spring's Web MVC framework and are generally more
7979
convenient to use than dynamic mock objects such as http://www.easymock.org[EasyMock] or
8080
alternative Servlet API mock objects such as http://www.mockobjects.com[MockObjects].
@@ -86,19 +86,19 @@ on the Servlet 4.0 API.
8686
====
8787

8888
The 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
9595
The `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

Comments
 (0)