コード例 #1
0
ファイル: ReportingSteps.cs プロジェクト: yazide/SpecFlow
 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;
 }
コード例 #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 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;
 }