1 write to _testAssemblyRunner
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\InProcessIdeTestAssemblyRunner.cs (1)
39
_testAssemblyRunner
= new XunitTestAssemblyRunner(testAssembly, reconstructedTestCases.ToArray(), diagnosticMessageSink, executionMessageSink, executionOptions);
2 references to _testAssemblyRunner
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\InProcessIdeTestAssemblyRunner.cs (2)
47
var result =
_testAssemblyRunner
.RunAsync().GetAwaiter().GetResult();
69
_testAssemblyRunner
.Dispose();