1 write to _testOutput
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
33_testOutput = testOutput;
11 references to _testOutput
Infrastructure.Tests (11)
PowerShellScripts\PowerShellCommand.cs (11)
86_testOutput.WriteLine($"{_msgPrefix}Executing - pwsh {fullArgs} {WorkingDirectoryInfo()}"); 104_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 119_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 141_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync"); 146_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 149_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 158_testOutput.WriteLine($"Exception: {ex}"); 159_testOutput.WriteLine($"output: {GetFullOutput()}"); 166_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 172_testOutput.WriteLine($"Killing"); 235_testOutput.WriteLine($"{_msgPrefix}\t[{item.Key}] = {item.Value}");