1 instantiation of TestPlatform
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatformFactory.cs (1)
19
public 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.
271
Path.GetDirectoryName(typeof(
TestPlatform
).Assembly.GetAssemblyLocation())!,
353
EqtTrace.Warning($"{nameof(
TestPlatform
)}.{nameof(ExpandAdaptersWithExplicitStrategy)} AdapterPath Not Found: {path}");
363
EqtTrace.Warning($"{nameof(
TestPlatform
)}.{nameof(ExpandAdaptersWithDefaultStrategy)} AdapterPath Not Found: {path}");