18 references to ToolCommand
Aspire.Acquisition.Tests (18)
Scripts\Common\RealGitHubPRFixture.cs (1)
187
using var cmd = new
ToolCommand
("gh", _testOutput)
Scripts\Common\ScriptFunctionCommand.cs (1)
36
:
base
(GetExecutable(scriptPath), testOutput, label: $"{Path.GetFileName(scriptPath)}:func")
Scripts\Common\ScriptToolCommand.cs (1)
28
:
base
(GetExecutable(scriptPath), testOutput, label: Path.GetFileName(scriptPath))
Scripts\PipedInstallTests.cs (10)
39
using var cmd = new
ToolCommand
("bash", _testOutput, label: "curl|bash:release");
62
using var cmd = new
ToolCommand
("bash", _testOutput, label: "curl|bash:pr");
80
using var cmd = new
ToolCommand
("bash", _testOutput, label: "curl|bash:release-err");
100
using var cmd = new
ToolCommand
("bash", _testOutput, label: "curl|bash:spaces");
130
using var cmd = new
ToolCommand
("bash", _testOutput, label: "cat|bash:release");
152
using var cmd = new
ToolCommand
("bash", _testOutput, label: "cat|bash:pr");
177
using var cmd = new
ToolCommand
("pwsh", _testOutput, label: "irm|iex:release");
201
using var cmd = new
ToolCommand
("pwsh", _testOutput, label: "irm|iex:pr");
220
using var cmd = new
ToolCommand
("pwsh", _testOutput, label: "irm|iex:release-err");
241
using var cmd = new
ToolCommand
("pwsh", _testOutput, label: "irm|iex:spaces");
Scripts\PRScriptPowerShellTests.cs (3)
102
using var cmd = new
ToolCommand
(mockGhPath, _testOutput, "mock-gh");
116
using var cmd = new
ToolCommand
(mockGhPath, _testOutput, "mock-gh");
130
using var cmd = new
ToolCommand
(mockGhPath, _testOutput, "mock-gh");
Scripts\PRScriptShellTests.cs (2)
93
using var cmd = new
ToolCommand
(mockGhPath, _testOutput, "mock-gh");
107
using var cmd = new
ToolCommand
(mockGhPath, _testOutput, "mock-gh");