ksession2.fireAllRules();
verify( ael2,
times( 3 ) ).afterMatchFired(aafe2.capture());
assertThat( events2.get( 2 ).getMatch().getDeclarationValue( "$avg" ),
is( (Object) 25 ) );
ksession2.dispose();
}
@Test(timeout=10000)
public void testIdentityAssertBehaviorOnEntryPoints() throws IOException,
ClassNotFoundException {