1 write to _testOutput
Aspire.Acquisition.Tests (1)
Scripts\Common\RealGitHubPRFixture.cs (1)
39_testOutput = new TestOutputHelperStub();
6 references to _testOutput
Aspire.Acquisition.Tests (6)
Scripts\Common\RealGitHubPRFixture.cs (6)
48_testOutput.WriteLine("GH_TOKEN environment variable not set. Integration tests will be skipped."); 49_testOutput.WriteLine("To run integration tests, set GH_TOKEN to a valid GitHub token."); 104_testOutput.WriteLine($"Skipping PR {prNumber}: {ex.GetType().Name}: {ex.Message}"); 141_testOutput.WriteLine($"Skipping artifact query for run {successfulRun.DatabaseId}: {ex.GetType().Name}: {ex.Message}"); 173_testOutput.WriteLine($"Found suitable PR #{prNumber} with run {RunId}"); 187using var cmd = new ToolCommand("gh", _testOutput)