1 write to _testOutput
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
45_testOutput = testOutput;
18 references to _testOutput
Aspire.EndToEnd.Tests (18)
tests\Shared\WorkloadTesting\AspireProject.cs (18)
136_testOutput.WriteLine($"\t[{item.Key}] = {item.Value}"); 139_testOutput.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}"); 154_testOutput.WriteLine(logLine); 186_testOutput.WriteLine(line); 192_testOutput.WriteLine(""); 193_testOutput.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------"); 194_testOutput.WriteLine(""); 223_testOutput.WriteLine($"{reason}. Killing .."); 230_testOutput.WriteLine(reason); 238_testOutput.WriteLine($"\tand timed out waiting for the full output"); 261_testOutput.WriteLine($"-- Ready to run tests --"); 268using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 278using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build") 302await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse, _testOutput, cts.Token).ConfigureAwait(false); 304var dashboardPage = await context.NewPageWithLoggingAsync(_testOutput); 317return WaitForDashboardToBeAvailableAsync(DashboardUrl, _testOutput, cancellationToken); 365var testOutput = testOutputArg ?? _testOutput!; 382var testOutput = testOutputArg ?? _testOutput!;