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 --"); 324using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 334using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build") 359await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse, _testOutput, cts.Token).ConfigureAwait(false); 361var 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}"); 396return WaitForDashboardToBeAvailableAsync(DashboardUrl, _testOutput, cancellationToken); 444var testOutput = testOutputArg ?? _testOutput!; 461var testOutput = testOutputArg ?? _testOutput!;