1 write to TestInvokerInProc
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\OutOfProcess\TestInvoker_OutOfProc.cs (1)
22
TestInvokerInProc
= CreateInProcComponent<TestInvoker_InProc>(visualStudioInstance);
1 reference to TestInvokerInProc
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\OutOfProcess\TestInvoker_OutOfProc.cs (1)
32
return
TestInvokerInProc
.CreateTestAssemblyRunner(testAssembly, testCases, diagnosticMessageSink, executionMessageSink, executionOptions);