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