20212223242526
private SessionHandlerImple session; @Override protected void setUp() throws Exception { HttpSession mockSession = new HttpSessionStub(); session = new SessionHandlerImple(mockSession, THIS_SYSTEMID); }