// agendaGroup3 has gone from 2 to one activations
assertEquals(1,
agenda.getFocus().size());
// check totalAgendaSize has reduced too
assertEquals(4,
agenda.agendaSize());
// now repeat the process
agenda.fireNextItem(null, 0, -1);
// focus is still agendaGroup3, but now its empty