public ExecutionSteps(NUnitTestExecutionDriver nUnitTestExecutionDriver, SpecFlowConfigurationDriver configurationDriver, MsTestTestExecutionDriver msTestTestExecutionDriver, ProjectSteps projectSteps) { this.nUnitTestExecutionDriver = nUnitTestExecutionDriver; this.projectSteps = projectSteps; this.msTestTestExecutionDriver = msTestTestExecutionDriver; this.configurationDriver = configurationDriver; }
public ReportingSteps(InputProjectDriver inputProjectDriver, ProjectSteps projectSteps, SpecFlowConfigurationDriver specFlowConfigurationDriver, ExecutionSteps executionSteps, ReportInfo reportInfo) { this.inputProjectDriver = inputProjectDriver; this.reportInfo = reportInfo; this.executionSteps = executionSteps; this.projectSteps = projectSteps; this.specFlowConfigurationDriver = specFlowConfigurationDriver; }
public ReportingSteps(InputProjectDriver inputProjectDriver, ProjectSteps projectSteps, AppConfigConfigurationDriver _appConfigConfigurationDriver, ExecutionSteps executionSteps, ReportInfo reportInfo) { this.inputProjectDriver = inputProjectDriver; this.reportInfo = reportInfo; this.executionSteps = executionSteps; this.projectSteps = projectSteps; this._appConfigConfigurationDriver = _appConfigConfigurationDriver; }
public ExecutionSteps(NUnit3TestExecutionDriver nUnit3TestExecutionDriver, NUnit2TestExecutionDriver nUnit2TestExecutionDriver, XUnitTestExecutionDriver xUnitTestExecutionDriver, AppConfigConfigurationDriver configurationDriver, MsTestTestExecutionDriver msTestTestExecutionDriver, ProjectSteps projectSteps) { this.nUnit3TestExecutionDriver = nUnit3TestExecutionDriver; this.nUnit2TestExecutionDriver = nUnit2TestExecutionDriver; this.xUnitTestExecutionDriver = xUnitTestExecutionDriver; this.projectSteps = projectSteps; this.msTestTestExecutionDriver = msTestTestExecutionDriver; this.configurationDriver = configurationDriver; }