1 implementation of ErrorOutput
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
73public string? ErrorOutput => _vstestConsoleError.ToString();
1 reference to ErrorOutput
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1225var childProcessErrorOutput = _vstestConsoleProcessManager.ErrorOutput;