public void testFilters() throws Exception
{
RuleBase ruleBase = new RuleBaseImpl( new Rete() );
WorkingMemoryImpl workingMemory = (WorkingMemoryImpl) ruleBase.newWorkingMemory();
final Agenda agenda = workingMemory.getAgenda();
final Rule rule = new Rule( "test-rule" );
final Map results = new HashMap();