9293949596979899100101102
@Test public void call_idle() { // prepare IdleEvent event = mock(IdleEvent.class); IdleStatus status = IdleStatus.READ_IDLE; when(event.getIdleStatus()).thenReturn(status); when(event.getSession()).thenReturn(session); // run caller.visit(event);