this.steps.put( FACTS,
new FactsStep( this.reteTesterHelper ) );
this.steps.put( WITH,
new WithStep( this.reteTesterHelper ) );
this.steps.put( LEFT_TUPLE_SINK_STEP,
new LeftTupleSinkStep( this.reteTesterHelper ) );
this.steps.put( BETA_NODE_STEP,
new BetaNodeStep( this.reteTesterHelper ) );
}