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)
195
_testOutput
.WriteLine($"\t[{item.Key}] = {item.Value}");
198
_testOutput
.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}");
213
_testOutput
.WriteLine(logLine);
246
_testOutput
.WriteLine(line);
252
_testOutput
.WriteLine("");
253
_testOutput
.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------");
254
_testOutput
.WriteLine("");
289
_testOutput
.WriteLine($"{reason}. Killing ..");
296
_testOutput
.WriteLine(reason);
304
_testOutput
.WriteLine($"\tand timed out waiting for the full output");
327
_testOutput
.WriteLine($"-- Ready to run tests --");
334
using var restoreCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "restore")
344
using var buildCmd = new DotNetCommand(
_testOutput
, buildEnv: _buildEnv, label: "build")
369
await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse,
_testOutput
, cts.Token).ConfigureAwait(false);
371
var dashboardPageWrapper = await context.NewPageWithLoggingAsync(
_testOutput
);
383
_testOutput
.WriteLine($"Reloading dashboard page due to {args.Outcome.Exception?.Message}");
392
_testOutput
.WriteLine($"Opening dashboard page at {dashboardUrlToUse}");
406
return WaitForDashboardToBeAvailableAsync(DashboardUrl,
_testOutput
, cancellationToken);
454
var testOutput = testOutputArg ??
_testOutput
!;
471
var testOutput = testOutputArg ??
_testOutput
!;