protected NUnit3TestExecutionDriverBase(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult) : base(inputProjectDriver, testExecutionResult) { }
public NUnitTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult) { this.inputProjectDriver = inputProjectDriver; this.testExecutionResult = testExecutionResult; }
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) { }
public ExecutionResultSteps(TestExecutionResult testExecutionResult, HooksDriver hooksDriver) { this.testExecutionResult = testExecutionResult; this.hooksDriver = hooksDriver; }
public NUnit3InProcessTestExecutionDriver(InputProjectDriver inputProjectDriver, TestExecutionResult testExecutionResult) : base(inputProjectDriver, testExecutionResult) { }