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 --"); 334using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 344using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build") 369await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse, _testOutput, cts.Token).ConfigureAwait(false); 371var 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}"); 406return WaitForDashboardToBeAvailableAsync(DashboardUrl, _testOutput, cancellationToken); 454var testOutput = testOutputArg ?? _testOutput!; 471var testOutput = testOutputArg ?? _testOutput!;