1 write to _testOutput
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
32_testOutput = testOutput;
11 references to _testOutput
Infrastructure.Tests (11)
PowerShellScripts\PowerShellCommand.cs (11)
85_testOutput.WriteLine($"{_msgPrefix}Executing - pwsh {fullArgs} {WorkingDirectoryInfo()}"); 103_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 118_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 140_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync"); 145_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 148_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 157_testOutput.WriteLine($"Exception: {ex}"); 158_testOutput.WriteLine($"output: {GetFullOutput()}"); 165_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 171_testOutput.WriteLine($"Killing"); 234_testOutput.WriteLine($"{_msgPrefix}\t[{item.Key}] = {item.Value}");