Class MockHttpSession

  • All Implemented Interfaces:
    HttpSession

    public class MockHttpSession
    extends Object
    implements HttpSession
    Mock implementation of the HttpSession interface.

    As of Spring 4.0, this set of mocks is designed on a Servlet 3.0 baseline.

    Used for testing the web framework; also useful for testing application controllers.

    Since:
    1.0.2
    Author:
    Juergen Hoeller, Rod Johnson, Mark Fisher, Sam Brannen