activationGroup3.size());
// Activation for activation-group-0 should be next - the activation in no activation/agenda group should remain on the agenda
agenda.fireNextItem(null, 0, -1);
assertEquals(1,
agenda.agendaSize());
assertEquals(0,
activationGroup0.size());
// Fire the last activation and make sure the Agenda Empties
agenda.fireNextItem(null, 0, -1);