1 implementation of ITestPlatform
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
29internal class TestPlatform : ITestPlatform
8 references to ITestPlatform
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
350var extensionsFolder = Path.Combine(Path.GetDirectoryName(typeof(ITestPlatform).Assembly.GetAssemblyLocation())!, "Extensions");
Microsoft.VisualStudio.TestPlatform.Client (3)
TestPlatformFactory.cs (3)
13private static ITestPlatform? s_testPlatform; 18/// <returns> The <see cref="ITestPlatform"/> instance. </returns> 19public static ITestPlatform GetTestPlatform() => s_testPlatform ??= new TestPlatform();
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
53private readonly ITestPlatform _testPlatform; 117ITestPlatform testPlatform,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
53private readonly ITestPlatform _testPlatform; 117ITestPlatform testPlatform,