It is implemented in apps/app_queue.c @author srt
apps/app_queue.c
12131415161718192021
public void shouldHandleJoinEvent() { //given EventListener listener = new EventListener(); //when listener.onManagerEvent(new JoinEvent(this)); //then assertTrue(listener.joinEventHandled); }