コード例 #1
0
 protected NUnit3TestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
コード例 #2
0
 public NUnitTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.inputProjectDriver = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }
コード例 #3
0
 public ExecutionResultSteps(TestExecutionResult testExecutionResult)
 {
     this.testExecutionResult = testExecutionResult;
 }
コード例 #4
0
 public XUnitTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.inputProjectDriver  = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }
コード例 #5
0
 public MsTestTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult, VisualStudioFinder visualStudioFinder)
 {
     this.inputProjectDriver  = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
     _visualStudioFinder      = visualStudioFinder;
 }
コード例 #6
0
 protected NUnitTestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.InputProjectDriver  = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }
コード例 #7
0
 public NUnit3TestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
コード例 #8
0
 public ExecutionResultSteps(TestExecutionResult testExecutionResult, HooksDriver hooksDriver)
 {
     this.testExecutionResult = testExecutionResult;
     this.hooksDriver = hooksDriver;
 }
コード例 #9
0
 public NUnit3InProcessTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
コード例 #10
0
 protected NUnit3TestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
コード例 #11
0
 protected NUnitTestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.InputProjectDriver = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }