|
|
|
|
@ -1,13 +1,8 @@
@@ -1,13 +1,8 @@
|
|
|
|
|
/** |
|
|
|
|
* A comprehensive set of Servlet API 3.0 mock objects, |
|
|
|
|
* targeted at usage with Spring's Web MVC framework. |
|
|
|
|
* A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with |
|
|
|
|
* Spring's Web MVC framework. |
|
|
|
|
* |
|
|
|
|
* <p>Useful for testing web contexts and controllers. |
|
|
|
|
* |
|
|
|
|
* <p>More convenient to use than dynamic mock objects |
|
|
|
|
* (<a href="http://www.easymock.org">EasyMock</a>) or |
|
|
|
|
* existing Servlet API mock objects |
|
|
|
|
* (<a href="http://www.mockobjects.com">MockObjects</a>). |
|
|
|
|
*/ |
|
|
|
|
@NonNullApi |
|
|
|
|
@NonNullFields |
|
|
|
|
|