Class MockSession
- java.lang.Object
-
- jetbrains.buildServer.controllers.fakes.FakeHttpSession
-
- jetbrains.buildServer.controllers.MockSession
-
- All Implemented Interfaces:
javax.servlet.http.HttpSession
public class MockSession extends FakeHttpSession
- Author:
- Kir
-
-
Constructor Summary
Constructors Constructor Description MockSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jmock.Mock
getServletContextMock()
-
Methods inherited from class jetbrains.buildServer.controllers.fakes.FakeHttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isInvalidated, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval, setServletContext
-
-