Skip to content

Commit

Permalink
Update testing chapter regarding Servlet 6.0 baseline for mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Nov 15, 2022
1 parent da920bc commit fe03654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-docs/src/docs/asciidoc/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ mock objects are targeted at usage with Spring's Web MVC framework and are gener
convenient to use than dynamic mock objects (such as https://easymock.org/[EasyMock])
or alternative Servlet API mock objects (such as http://www.mockobjects.com[MockObjects]).

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

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

0 comments on commit fe03654

Please sign in to comment.