FactHandle handle = workingMemory.insert( "halt" );
Thread.sleep( 2000 );
// now check that rule "halt" fired once, creating one Integer
assertEquals( 2, workingMemory.getFactCount() );
workingMemory.retract( handle );
}
@Test
public void testTimerRemoval() {
try {