1 write to _testOutput
Infrastructure.Tests (1)
WorkflowScripts\NodeCommand.cs (1)
23_testOutput = testOutput;
11 references to _testOutput
Infrastructure.Tests (11)
WorkflowScripts\NodeCommand.cs (11)
78_testOutput.WriteLine($"{_msgPrefix}Executing - node {BuildDisplayArguments(scriptPath, args)} {WorkingDirectoryInfo()}"); 97_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 112_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 133_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, waiting on WaitForExitAsync"); 138_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 141_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 150_testOutput.WriteLine($"Exception: {ex}"); 151_testOutput.WriteLine($"output: {GetFullOutput()}"); 158_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds:F2} secs"); 164_testOutput.WriteLine("Killing"); 211_testOutput.WriteLine($"{_msgPrefix}\t[{key}] = {value}");