예제 #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 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;
 }
예제 #3
0
 public SpecFlowConfigurationSteps(SpecFlowConfigurationDriver specFlowConfigurationDriver)
 {
     this.specFlowConfigurationDriver = specFlowConfigurationDriver;
 }