1 write to _testOutput
Infrastructure.Tests (1)
WorkflowScripts\NodeCommand.cs (1)
22
_testOutput
= testOutput;
11 references to _testOutput
Infrastructure.Tests (11)
WorkflowScripts\NodeCommand.cs (11)
77
_testOutput
.WriteLine($"{_msgPrefix}Executing - node {BuildDisplayArguments(scriptPath, args)} {WorkingDirectoryInfo()}");
96
_testOutput
.WriteLine($"{_msgPrefix}{e.Data}");
111
_testOutput
.WriteLine($"{_msgPrefix}{e.Data}");
132
_testOutput
.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync");
137
_testOutput
.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring.");
140
_testOutput
.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs");
149
_testOutput
.WriteLine($"Exception: {ex}");
150
_testOutput
.WriteLine($"output: {GetFullOutput()}");
157
_testOutput
.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs");
163
_testOutput
.WriteLine("Killing");
210
_testOutput
.WriteLine($"{_msgPrefix}\t[{key}] = {value}");