"cheese" );
final LeftTuple tuple1 = new LeftTuple( handle1,
null,
true );
final PropagationContext context1 = new PropagationContextImpl( 0,
PropagationContext.ASSERTION,
null,
null,
null );
// get the activation onto the agenda
node.assertLeftTuple( tuple1,
context1,
workingMemory );
// Create the second justifier
final Rule rule2 = new Rule( "test-rule2" );
final RuleTerminalNode node2 = new RuleTerminalNode( idGenerator.getNextId(),
new MockTupleSource( idGenerator.getNextId() ),
rule2,
rule2.getLhs(),
buildContext );
rule2.setConsequence( consequence );
final DefaultFactHandle handle2 = new DefaultFactHandle( 2,
"cheese" );
final LeftTuple tuple2 = new LeftTuple( handle2,
null,
true );
final PropagationContext context2 = new PropagationContextImpl( 0,
PropagationContext.ASSERTION,
null,
null,
null );