assertEquals( "not equal: steps.size()", testTempReplaced ? 2 : 3, steps.size() );
BaseFlowStep step = (BaseFlowStep) steps.get( 0 );
Scope nextScope = step.getNextScope( step.getGroup() );
FlowElement operator = step.getNextFlowElement( nextScope );
assertTrue( "not an Each", operator instanceof Each );
nextScope = step.getNextScope( operator );
operator = step.getNextFlowElement( nextScope );