Exemplo n.º 1
0
 public ReportStep(Location location, string keyword, string text, ReportStepArgument argument, StepKeyword stepKeyword, Parser.ScenarioBlock scenarioBlock)
 {
     //Location = location;
     Keyword       = keyword;
     Text          = text;
     Argument      = argument;
     ScenarioBlock = scenarioBlock;
     StepKeyword   = stepKeyword;
 }
Exemplo n.º 2
0
 public ReportStep(Location location, string keyword, string text, ReportStepArgument argument, StepKeyword stepKeyword, Parser.ScenarioBlock scenarioBlock)
 {
     //Location = location;
     Keyword = keyword;
     Text = text;
     Argument = argument;
     ScenarioBlock = scenarioBlock;
     StepKeyword = stepKeyword;
 }