1 write to _testOutput
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
45_testOutput = testOutput;
18 references to _testOutput
Aspire.Workload.Tests (18)
tests\Shared\WorkloadTesting\AspireProject.cs (18)
174_testOutput.WriteLine($"\t[{item.Key}] = {item.Value}"); 177_testOutput.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}"); 192_testOutput.WriteLine(logLine); 224_testOutput.WriteLine(line); 230_testOutput.WriteLine(""); 231_testOutput.WriteLine($"----------- [{Path.GetFileName(AppHostProjectDirectory)}] app has exited -------------"); 232_testOutput.WriteLine(""); 261_testOutput.WriteLine($"{reason}. Killing .."); 268_testOutput.WriteLine(reason); 276_testOutput.WriteLine($"\tand timed out waiting for the full output"); 299_testOutput.WriteLine($"-- Ready to run tests --"); 306using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 316using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build") 341await WaitForDashboardToBeAvailableAsync(dashboardUrlToUse, _testOutput, cts.Token).ConfigureAwait(false); 343var dashboardPage = await context.NewPageWithLoggingAsync(_testOutput); 356return WaitForDashboardToBeAvailableAsync(DashboardUrl, _testOutput, cancellationToken); 404var testOutput = testOutputArg ?? _testOutput!; 421var testOutput = testOutputArg ?? _testOutput!;