File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
framework-docs/modules/ROOT/pages/testing Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ out-of-container tests for code that depends on environment-specific properties.
4747The `org.springframework.mock.web` package contains a comprehensive set of Servlet API
4848mock objects that are useful for testing web contexts, controllers, and filters. These
4949mock objects are targeted at usage with Spring's Web MVC framework and are generally more
50- convenient to use than dynamic mock objects (such as https://easymock.org/[EasyMock])
51- or alternative Servlet API mock objects (such as http://www.mockobjects.com[MockObjects]).
50+ convenient to use than dynamic mock objects (such as https://easymock.org/[EasyMock]).
5251
5352TIP: Since Spring Framework 6.0, the mock objects in `org.springframework.mock.web` are
5453based on the Servlet 6.0 API.
Original file line number Diff line number Diff line change 22^http://jibx.sourceforge.net.*
33^http://mx4j.sourceforge.net.*
44^http://objenesis.org.*
5- ^http://www.mockobjects.com.*
65^http://www.w3.org/2000/xmlns/
76^http://xunitpatterns.com.*
You can’t perform that action at this time.
0 commit comments