workingMemory.fireAllRules();
assertEquals( fired,
list.size() );
// still only stilton, so should not fire
workingMemory.retract( stilton1 );
workingMemory.fireAllRules();
assertEquals( ++fired, // we need to fix forall to not fire in this situation
list.size() );
// there is a brie, so should not fire