List<RightTuple> rightTuples = new ArrayList<RightTuple>();
for ( Object object : objects ) {
InternalFactHandle fh = (InternalFactHandle) wm.insert( object );
RightTuple expectedRightTuple = new RightTuple( fh, node ); //node.createLeftTuple( fh, node, true );
expectedRightTuple.setPropagationContext( new PhreakPropagationContext() );
rightTuples.add( expectedRightTuple );
}
scenario.setTestRightMemory( true );