8 references to TestExecutorPluginInformation
Microsoft.VisualStudio.TestPlatform.Common (8)
ExtensionFramework\TestExecutorExtensionManager.cs (2)
110
TestPluginManager.GetSpecificTestExtensions<
TestExecutorPluginInformation
, ITestExecutor, ITestExecutorCapabilities, TestExecutorMetadata>(
153
TestPluginManager.GetTestExtensions<
TestExecutorPluginInformation
, ITestExecutor, ITestExecutorCapabilities, TestExecutorMetadata>(
ExtensionFramework\Utilities\TestExtensions.cs (6)
35
internal Dictionary<string,
TestExecutorPluginInformation
>? TestExecutors { get; set; }
260
else if (type == typeof(
TestExecutorPluginInformation
))
304
else if (type == typeof(
TestExecutorPluginInformation
))
345
else if (type == typeof(
TestExecutorPluginInformation
))
450
else if (type == typeof(
TestExecutorPluginInformation
))
452
TestExecutors = (Dictionary<string,
TestExecutorPluginInformation
>)(object)testPluginInfos;