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 4.0 mock objects, targeted at usage with
* Spring's Web MVC framework.
*
* Useful for testing web contexts and controllers.
*/
@NonNullApi
@NonNullFields
package org.springframework.mock.web;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;