Skip to content

Commit fe03654

Browse files
committed
Update testing chapter regarding Servlet 6.0 baseline for mocks
1 parent da920bc commit fe03654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/src/docs/asciidoc/testing.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ mock objects are targeted at usage with Spring's Web MVC framework and are gener
9595
convenient to use than dynamic mock objects (such as https://easymock.org/[EasyMock])
9696
or alternative Servlet API mock objects (such as http://www.mockobjects.com[MockObjects]).
9797

98-
TIP: Since Spring Framework 5.0, the mock objects in `org.springframework.mock.web` are
99-
based on the Servlet 4.0 API.
98+
TIP: Since Spring Framework 6.0, the mock objects in `org.springframework.mock.web` are
99+
based on the Servlet 6.0 API.
100100

101101
The Spring MVC Test framework builds on the mock Servlet API objects to provide an
102102
integration testing framework for Spring MVC. See <<spring-mvc-test-framework>>.

0 commit comments

Comments
 (0)