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