protected NUnit3TestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
Exemplo n.º 2
0
 public NUnitTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.inputProjectDriver = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }
Exemplo n.º 3
0
 public ExecutionResultSteps(TestExecutionResult testExecutionResult)
 {
     this.testExecutionResult = testExecutionResult;
 }
 public XUnitTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.inputProjectDriver  = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }
 public MsTestTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult, VisualStudioFinder visualStudioFinder)
 {
     this.inputProjectDriver  = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
     _visualStudioFinder      = visualStudioFinder;
 }
 protected NUnitTestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.InputProjectDriver  = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }
 public NUnit3TestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
Exemplo n.º 8
0
 public ExecutionResultSteps(TestExecutionResult testExecutionResult, HooksDriver hooksDriver)
 {
     this.testExecutionResult = testExecutionResult;
     this.hooksDriver = hooksDriver;
 }
Exemplo n.º 9
0
 public NUnit3InProcessTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
 protected NUnit3TestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
     : base(inputProjectDriver, testExecutionResult)
 {
 }
 protected NUnitTestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult)
 {
     this.InputProjectDriver = inputProjectDriver;
     this.testExecutionResult = testExecutionResult;
 }