80 references to ScriptPaths
Aspire.Acquisition.Tests (80)
Scripts\LocalHiveScriptFunctionTests.cs (12)
14[InlineData(nameof(ScriptPaths.LocalHiveShell))] 15[InlineData(nameof(ScriptPaths.LocalHivePowerShell))] 27[InlineData(nameof(ScriptPaths.LocalHivePowerShell))] 43var source = File.ReadAllText(GetRepoPath(ScriptPaths.LocalHiveShell)); 55var source = File.ReadAllText(GetRepoPath(ScriptPaths.LocalHivePowerShell)); 65[InlineData(nameof(ScriptPaths.LocalHiveShell))] 66[InlineData(nameof(ScriptPaths.LocalHivePowerShell))] 84var source = File.ReadAllText(GetRepoPath(ScriptPaths.LocalHivePowerShell)); 100nameof(ScriptPaths.LocalHiveShell) => ScriptPaths.LocalHiveShell, 101nameof(ScriptPaths.LocalHivePowerShell) => ScriptPaths.LocalHivePowerShell,
Scripts\PipedInstallTests.cs (2)
127var scriptPath = Path.Combine(repoRoot, ScriptPaths.ReleaseShell); 149var scriptPath = Path.Combine(repoRoot, ScriptPaths.PRShell);
Scripts\PRScriptFunctionTests.cs (1)
16private static readonly string s_prScript = ScriptPaths.PRShell;
Scripts\PRScriptInstallE2ETests.cs (2)
10/// End-to-end coverage for <see cref="ScriptPaths.PRShell"/> through the real 19private static readonly string s_scriptPath = ScriptPaths.PRShell;
Scripts\PRScriptInstallerModeTests.cs (5)
21var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 29var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 458using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 525using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 721using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput);
Scripts\PRScriptIntegrationTests.cs (4)
39using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 60using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 81using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 102using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput);
Scripts\PRScriptPowerShellTests.cs (1)
20private static readonly string s_scriptPath = ScriptPaths.PRPowerShell;
Scripts\PRScriptPSFunctionTests.cs (1)
16private static readonly string s_prScript = ScriptPaths.PRPowerShell;
Scripts\PRScriptShellTests.cs (1)
17private static readonly string s_scriptPath = ScriptPaths.PRShell;
Scripts\PRScriptToolModeTests.cs (39)
34var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 42var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 140using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 173using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 199using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 221using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 306using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 329using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 349using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 370using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 392using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 423using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 460using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 491using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 528using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 588using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 613ScriptPaths.PRShell, 637ScriptPaths.PRShell, 660ScriptPaths.PRShell, 682ScriptPaths.PRShell, 702ScriptPaths.PRShell, 723using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 755using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 780using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 801using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 883using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 906using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 926using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 947using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 969using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 999using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1035using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1072using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1115using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1140ScriptPaths.PRPowerShell, 1164ScriptPaths.PRPowerShell, 1186ScriptPaths.PRPowerShell, 1208ScriptPaths.PRPowerShell, 1228ScriptPaths.PRPowerShell,
Scripts\PSSourceabilityTests.cs (2)
23ScriptPaths.ReleasePowerShell, 40ScriptPaths.PRPowerShell,
Scripts\ReleaseScriptFunctionTests.cs (1)
16private static readonly string s_releaseScript = ScriptPaths.ReleaseShell;
Scripts\ReleaseScriptPowerShellTests.cs (1)
17private static readonly string s_scriptPath = ScriptPaths.ReleasePowerShell;
Scripts\ReleaseScriptPSFunctionTests.cs (1)
16private static readonly string s_releaseScript = ScriptPaths.ReleasePowerShell;
Scripts\ReleaseScriptShellTests.cs (1)
18private static readonly string s_scriptPath = ScriptPaths.ReleaseShell;
Scripts\SourceabilityTests.cs (2)
22ScriptPaths.ReleaseShell, 39ScriptPaths.PRShell,
Scripts\VerifyCliArchivePowerShellTests.cs (4)
10/// End-to-end coverage for <see cref="ScriptPaths.VerifyCliArchivePowerShell"/> against synthetic 28using var cmd = new ScriptToolCommand(ScriptPaths.VerifyCliArchivePowerShell, env, _testOutput); 47using var cmd = new ScriptToolCommand(ScriptPaths.VerifyCliArchivePowerShell, env, _testOutput); 75using var cmd = new ScriptToolCommand(ScriptPaths.VerifyCliArchivePowerShell, env, _testOutput);