Exemple #1
0
 protected virtual PickleStep CreatePickleStep(Step step, string text, PickleStepArgument argument, IEnumerable <string> astNodeIds)
 {
     CurrentStepKeywordType = GetKeywordType(step, CurrentStepKeywordType);
     return(new PickleStep(argument, astNodeIds, _idGenerator.GetNewId(), text, CurrentStepKeywordType));
 }
Exemple #2
0
 protected virtual PickleStep CreatePickleStep(Step step, string text, PickleStepArgument argument, IEnumerable <string> astNodeIds)
 {
     return(new PickleStep(argument, astNodeIds, _idGenerator.GetNewId(), text));
 }