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