6 references to DefaultTestHostManager
Microsoft.TestPlatform.TestHostRuntimeProvider (6)
Hosting\DefaultTestHostManager.cs (3)
74
/// Initializes a new instance of the <see cref="
DefaultTestHostManager
"/> class.
86
/// Initializes a new instance of the <see cref="
DefaultTestHostManager
"/> class.
180
var currentWorkingDirectory = Path.GetDirectoryName(typeof(
DefaultTestHostManager
).Assembly.Location);
Hosting\DotnetTestHostManager.cs (2)
50
/// Note that some functionality of this entity overlaps with that of <see cref="
DefaultTestHostManager
"/>. That is
977
DefaultTestHostManager
.AdjustProcessPriorityBasedOnSettings(_testHostProcess, testHostStartInfo.EnvironmentVariables);
Properties\AssemblyInfo.cs (1)
7
[assembly: TestExtensionTypes(typeof(
DefaultTestHostManager
), typeof(DotnetTestHostManager), typeof(MtpTestRuntimeProvider))]