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