1 write to _testOutput
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
46
_testOutput
= testOutput;
20 references to _testOutput
Aspire.Templates.Tests (20)
tests\Shared\TemplatesTesting\AspireProject.cs (20)
193
_testOutput
.WriteLine($"\t[{item.Key}] = {item.Value}");
196
_testOutput
.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}");
211
_testOutput
.WriteLine(logLine);
244
_testOutput
.WriteLine(line);
250
_testOutput
.WriteLine("");
251
_testOutput
.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------");
252
_testOutput
.WriteLine("");
287
_testOutput
.WriteLine($"{reason}. Killing ..");
294
_testOutput
.WriteLine(reason);
302
_testOutput
.WriteLine($"\tand timed out waiting for the full output");
325
_testOutput
.WriteLine($"-- Ready to run tests --");
332
using var restoreCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "restore")
342
using var buildCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "build")
367
await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse,
_testOutput
, cts.Token).ConfigureAwait(false);
369
var dashboardPageWrapper = await context.NewPageWithLoggingAsync(
_testOutput
);
381
_testOutput
.WriteLine($"Reloading dashboard page due to {args.Outcome.Exception?.Message}");
390
_testOutput
.WriteLine($"Opening dashboard page at {dashboardUrlToUse}");
404
return WaitForDashboardToBeAvailableAsync(DashboardUrl,
_testOutput
, cancellationToken);
452
var testOutput = testOutputArg ??
_testOutput
!;
469
var testOutput = testOutputArg ??
_testOutput
!;