// advance time... forall still matches and should not fire
ksession.insert( new StockTick( seq++,
"RHT",
10,
clock.getCurrentTime() ) ); // 100
clock.advanceTime( 10,
TimeUnit.SECONDS );
ksession.fireAllRules();
assertEquals( 3, // we need to fix forall to not fire in this situation
results.size() );