3 references to _testOutput
Aspire.Acquisition.Tests (3)
Scripts\PRScriptInstallE2ETests.cs (3)
33
var mockGhPath = await env.CreateMockGhScriptAsync(
_testOutput
);
38
using var cmd = new ScriptToolCommand(s_scriptPath, env,
_testOutput
);
63
_testOutput
.WriteLine($"Sidecar content after install: {sidecarContent}");