org.springframework.mock.web.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-test Show documentation
Show all versions of spring-test Show documentation
Spring TestContext Framework
/**
*
* A comprehensive set of Servlet API 2.5 mock objects,
* targeted at usage with Spring's web MVC framework.
* Useful for testing web contexts and controllers.
*
* More convenient to use than dynamic mock objects
* (EasyMock) or
* existing Servlet API mock objects
* (MockObjects).
*
*/
package org.springframework.mock.web;