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