Exemplo n.º 1
0
 public ScenarioExecutor(
     IStepBinder stepBinder)
 {
     this.stepBinder = stepBinder;
 }
Exemplo n.º 2
0
 public StepsExecutor(IStepBinder stepBinder)
 {
     this.stepBinder = stepBinder;
 }