// Activate the RuleFlowGroup, the activations stay in the group, but should now also be in the Agenda
agenda.activateRuleFlowGroup( "rule-flow-group-0" );
assertEquals( 2,
ruleFlowGroup0.size() );
assertEquals( 2,
agenda.agendaSize() );
// As we fire the rule, rule0 should execute first, as it has higher salience.
// Rule0 should deactivate rule1 as well, so the everything should be empty
agenda.fireNextItem( null );
assertEquals( 0,