File tree 2 files changed +1
-3
lines changed
framework-docs/modules/ROOT/pages/testing
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.
47
47
The `org.springframework.mock.web` package contains a comprehensive set of Servlet API
48
48
mock objects that are useful for testing web contexts, controllers, and filters. These
49
49
mock 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]).
52
51
53
52
TIP: Since Spring Framework 6.0, the mock objects in `org.springframework.mock.web` are
54
53
based on the Servlet 6.0 API.
Original file line number Diff line number Diff line change 2
2
^http://jibx.sourceforge.net.*
3
3
^http://mx4j.sourceforge.net.*
4
4
^http://objenesis.org.*
5
- ^http://www.mockobjects.com.*
6
5
^http://www.w3.org/2000/xmlns/
7
6
^http://xunitpatterns.com.*
You can’t perform that action at this time.
0 commit comments