示例#1
0
 public ExecutionSteps(NUnitTestExecutionDriver nUnitTestExecutionDriver, SpecFlowConfigurationDriver configurationDriver, MsTestTestExecutionDriver msTestTestExecutionDriver, ProjectSteps projectSteps)
 {
     this.nUnitTestExecutionDriver = nUnitTestExecutionDriver;
     this.projectSteps = projectSteps;
     this.msTestTestExecutionDriver = msTestTestExecutionDriver;
     this.configurationDriver = configurationDriver;
 }
示例#2
0
 public ExecutionSteps(NUnitTestExecutionDriver nUnitTestExecutionDriver, SpecFlowConfigurationDriver configurationDriver, MsTestTestExecutionDriver msTestTestExecutionDriver, ProjectSteps projectSteps)
 {
     this.nUnitTestExecutionDriver  = nUnitTestExecutionDriver;
     this.projectSteps              = projectSteps;
     this.msTestTestExecutionDriver = msTestTestExecutionDriver;
     this.configurationDriver       = configurationDriver;
 }
示例#3
0
 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;
 }
示例#4
0
 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;
 }
示例#5
0
 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;
 }
示例#6
0
 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;
 }