2 references to InProcessIdeTestRunner
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTestCaseRunner.cs (1)
56
return new
InProcessIdeTestRunner
(test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTheoryTestCaseRunner.cs (1)
51
return new
InProcessIdeTestRunner
(test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);