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 3.0 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).
*/
@NonNullApi
@NonNullFields
package org.springframework.mock.web;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;