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