Ejemplo n.º 1
0
 public ExecutionSteps(NUnitTestExecutionDriver nUnitTestExecutionDriver, SpecFlowConfigurationDriver configurationDriver, MsTestTestExecutionDriver msTestTestExecutionDriver, ProjectSteps projectSteps)
 {
     this.nUnitTestExecutionDriver  = nUnitTestExecutionDriver;
     this.projectSteps              = projectSteps;
     this.msTestTestExecutionDriver = msTestTestExecutionDriver;
     this.configurationDriver       = configurationDriver;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
 public SpecFlowConfigurationSteps(SpecFlowConfigurationDriver specFlowConfigurationDriver)
 {
     this.specFlowConfigurationDriver = specFlowConfigurationDriver;
 }