1 write to _testOutput
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
45
_testOutput
= testOutput;
18 references to _testOutput
Aspire.Workload.Tests (18)
tests\Shared\WorkloadTesting\AspireProject.cs (18)
174
_testOutput
.WriteLine($"\t[{item.Key}] = {item.Value}");
177
_testOutput
.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}");
192
_testOutput
.WriteLine(logLine);
224
_testOutput
.WriteLine(line);
230
_testOutput
.WriteLine("");
231
_testOutput
.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------");
232
_testOutput
.WriteLine("");
261
_testOutput
.WriteLine($"{reason}. Killing ..");
268
_testOutput
.WriteLine(reason);
276
_testOutput
.WriteLine($"\tand timed out waiting for the full output");
299
_testOutput
.WriteLine($"-- Ready to run tests --");
306
using var restoreCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "restore")
316
using var buildCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "build")
341
await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse,
_testOutput
, cts.Token).ConfigureAwait(false);
343
var dashboardPage = await context.NewPageWithLoggingAsync(
_testOutput
);
356
return WaitForDashboardToBeAvailableAsync(DashboardUrl,
_testOutput
, cancellationToken);
404
var testOutput = testOutputArg ??
_testOutput
!;
421
var testOutput = testOutputArg ??
_testOutput
!;