Exemplo n.º 1
0
 //this will enable context injection feature
 public SampleFeatureSteps(StepDefinitions.EmployeeDetails emp)
 {
     this.employee = emp;
 }
Exemplo n.º 2
0
 //this will enable context injection feature
 public ExtendedSteps(EmployeeDetails emp)
 {
     this.employee = emp;
 }