39 references to _tempDir
Infrastructure.Tests (39)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (39)
25public void Dispose() => _tempDir.Dispose(); 38var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 41var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 65var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 68var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 91var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 94var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 115var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 118var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 141var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 144var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 168var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 171var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 199var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 202var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 238var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 241var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 266var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 269var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 283var nonExistentFile = Path.Combine(_tempDir.Path, "does-not-exist.json"); 284var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 302var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 305var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 328var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 331var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 354var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 357var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 387var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 390var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 414var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 417var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 453var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 456var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 487var canonicalMatrix = Path.Combine(_tempDir.Path, "canonical.json"); 490var outputFile = Path.Combine(_tempDir.Path, "expanded.json"); 510var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 549var canonicalFile = Path.Combine(_tempDir.Path, "canonical.json"); 559var expandedFile = Path.Combine(_tempDir.Path, "expanded.json"); 565var githubOutputFile = Path.Combine(_tempDir.Path, "github_output.txt");