类 MockHttpSession

  • 所有已实现的接口:
    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.

    从以下版本开始:
    1.0.2
    作者:
    Juergen Hoeller, Rod Johnson, Mark Fisher, Sam Brannen