1 instantiation of TestPlatform
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatformFactory.cs (1)
19public static ITestPlatform GetTestPlatform() => s_testPlatform ??= new TestPlatform();
5 references to TestPlatform
Microsoft.VisualStudio.TestPlatform.Client (5)
TestPlatform.cs (5)
44/// Initializes a new instance of the <see cref="TestPlatform"/> class. 55/// Initializes a new instance of the <see cref="TestPlatform"/> class. 298Path.GetDirectoryName(typeof(TestPlatform).Assembly.GetAssemblyLocation())!, 380EqtTrace.Warning($"{nameof(TestPlatform)}.{nameof(ExpandAdaptersWithExplicitStrategy)} AdapterPath Not Found: {path}"); 390EqtTrace.Warning($"{nameof(TestPlatform)}.{nameof(ExpandAdaptersWithDefaultStrategy)} AdapterPath Not Found: {path}");