4 references to _testOutput
Aspire.Acquisition.Tests (4)
Scripts\PRScriptIntegrationTests.cs (4)
39
using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env,
_testOutput
);
60
using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env,
_testOutput
);
81
using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env,
_testOutput
);
102
using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env,
_testOutput
);