Uses of Class
com.mockrunner.mock.web.MockHttpSession

Packages that use MockHttpSession
com.mockrunner.mock.web   
 

Uses of MockHttpSession in com.mockrunner.mock.web
 

Methods in com.mockrunner.mock.web that return MockHttpSession
 MockHttpSession WebMockObjectFactory.createMockSession()
          Creates the MockHttpSession using new.
 MockHttpSession WebMockObjectFactory.getMockSession()
          Returns the MockHttpSession.
 MockHttpSession WebMockObjectFactory.getSession()
          Deprecated. use WebMockObjectFactory.getMockSession()