コード例 #1
0
 //this will enable context injection feature
 public SampleFeatureSteps(StepDefinitions.EmployeeDetails emp)
 {
     this.employee = emp;
 }
コード例 #2
0
ファイル: ExtendedSteps.cs プロジェクト: dhruv3/SpecFlow-BDD
 //this will enable context injection feature
 public ExtendedSteps(EmployeeDetails emp)
 {
     this.employee = emp;
 }