1 write to _testOutput
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
32_testOutput = testOutput;
11 references to _testOutput
Aspire.EndToEnd.Tests (11)
tests\Shared\WorkloadTesting\ToolCommand.cs (11)
109_testOutput.WriteLine($"{_msgPrefix}Executing - {executable} {args} {WorkingDirectoryInfo()}"); 124_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 139_testOutput.WriteLine($"{_msgPrefix}{e.Data}"); 162_testOutput.WriteLine($"{_msgPrefix}Got the Exited event, and waiting on WaitForExitAsync now"); 167_testOutput.WriteLine($"{_msgPrefix}Timed out waiting for it. Ignoring."); 170_testOutput.WriteLine($"{_msgPrefix}Process ran for {runTimeStopwatch.Elapsed.TotalSeconds} secs"); 179_testOutput.WriteLine($"Exception: {ex}"); 180_testOutput.WriteLine($"output: {GetFullOutput()}"); 187_testOutput.WriteLine($"{_msgPrefix}Process has been running for {runTimeStopwatch.Elapsed.TotalSeconds} secs"); 193_testOutput.WriteLine($"Killing"); 249_testOutput.WriteLine($"{_msgPrefix}\t[{item.Key}] = {item.Value}");