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 --"); 332using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 342using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build") 367await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse, _testOutput, cts.Token).ConfigureAwait(false); 369var 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}"); 404return WaitForDashboardToBeAvailableAsync(DashboardUrl, _testOutput, cancellationToken); 452var testOutput = testOutputArg ?? _testOutput!; 469var testOutput = testOutputArg ?? _testOutput!;