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}");