1 implementation of ITestPlatform
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
29internal class TestPlatform : ITestPlatform
10 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 (3)
TestPlatformHelpers\TestRequestManager.cs (3)
50private readonly ITestPlatform _testPlatform; 114ITestPlatform testPlatform, 140ITestPlatform testPlatform,
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
50private readonly ITestPlatform _testPlatform; 114ITestPlatform testPlatform, 140ITestPlatform testPlatform,