// check totalAgendaSize still works
assertEquals(5,
agenda.agendaSize());
// ok now lets check that stacks work with fireNextItem
agenda.fireNextItem(null, 0, -1);
// agendaGroup3 should still be the current agendaGroup
assertEquals(agenda.getFocus(),
agendaGroup3);
// agendaGroup3 has gone from 2 to one activations