| }
public void testCoincides() {
registry.addEvaluatorDefinition( CoincidesEvaluatorDefinition.class.getName() );
EventFactHandle foo = new EventFactHandle( 1,
"foo",
1,
2,
3 );
EventFactHandle bar = new EventFactHandle( 2,
"bar",
1,
2,
3 );
EventFactHandle drool = new EventFactHandle( 1,
"drool",
1,
2,
2 );
EventFactHandle mole = new EventFactHandle( 1,
"mole",
1,
1,
2 );
|