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