1 write to _testOutput
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
46
_testOutput
= testOutput;
20 references to _testOutput
Aspire.EndToEnd.Tests (20)
tests\Shared\TemplatesTesting\AspireProject.cs (20)
192
_testOutput
.WriteLine($"\t[{item.Key}] = {item.Value}");
195
_testOutput
.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}");
210
_testOutput
.WriteLine(logLine);
242
_testOutput
.WriteLine(line);
248
_testOutput
.WriteLine("");
249
_testOutput
.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------");
250
_testOutput
.WriteLine("");
279
_testOutput
.WriteLine($"{reason}. Killing ..");
286
_testOutput
.WriteLine(reason);
294
_testOutput
.WriteLine($"\tand timed out waiting for the full output");
317
_testOutput
.WriteLine($"-- Ready to run tests --");
324
using var restoreCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "restore")
334
using var buildCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "build")
359
await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse,
_testOutput
, cts.Token).ConfigureAwait(false);
361
var dashboardPageWrapper = await context.NewPageWithLoggingAsync(
_testOutput
);
373
_testOutput
.WriteLine($"Reloading dashboard page due to {args.Outcome.Exception?.Message}");
382
_testOutput
.WriteLine($"Opening dashboard page at {dashboardUrlToUse}");
396
return WaitForDashboardToBeAvailableAsync(DashboardUrl,
_testOutput
, cancellationToken);
444
var testOutput = testOutputArg ??
_testOutput
!;
461
var testOutput = testOutputArg ??
_testOutput
!;