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.
298
Path.GetDirectoryName(typeof(
TestPlatform
).Assembly.GetAssemblyLocation())!,
380
EqtTrace.Warning($"{nameof(
TestPlatform
)}.{nameof(ExpandAdaptersWithExplicitStrategy)} AdapterPath Not Found: {path}");
390
EqtTrace.Warning($"{nameof(
TestPlatform
)}.{nameof(ExpandAdaptersWithDefaultStrategy)} AdapterPath Not Found: {path}");