Spring Framework

Package org.springframework.mock.web

A comprehensive set of Servlet API 2.5 mock objects, targeted at usage with Spring's web MVC framework.

See: Description

Package org.springframework.mock.web Description

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).

Spring Framework