addDrlToKBase( kbase, "test_JBRULES_2206_1.drl" );
// two matching rules were added, so 2 activations should have been created
verify( ael, times(2) ).activationCreated( any( ActivationCreatedEvent.class ) );
int fireCount = session.fireAllRules();
// both should have fired
assertEquals( 2, fireCount );
addDrlToKBase( kbase, "test_JBRULES_2206_2.drl" );