95 references to Path
Infrastructure.Tests (95)
ExtractTestPartitions\ExtractTestPartitionsTests.cs (22)
30var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 36var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 55var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 61var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 76var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 82var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 100var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 103var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 118var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 125var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 143var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 150var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 166var nonExistentPath = Path.Combine(_tempDir.Path, "DoesNotExist.dll"); 167var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 192var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 198var outputFile = Path.Combine(_tempDir.Path, "nested", "dir", "partitions.txt"); 212var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 217var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 234var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 241var outputFile = Path.Combine(_tempDir.Path, "partitions.txt"); 259var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 266var outputFile = Path.Combine(_tempDir.Path, "partitions.txt");
PowerShellScripts\BuildTestMatrixTests.cs (26)
32var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 41var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 62var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 75var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 94var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 107var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 135var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 148var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 171var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 180var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 199var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 209var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 228var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 243var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 262var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 274var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 292var emptyArtifactsDir = Path.Combine(_tempDir.Path, "empty-artifacts"); 295var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 312var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 329var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 357var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 366var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 384var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 393var outputFile = Path.Combine(_tempDir.Path, "matrix.json"); 412var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 426var outputFile = Path.Combine(_tempDir.Path, "matrix.json");
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (32)
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"); 407var artifactsDir = Path.Combine(_tempDir.Path, "artifacts"); 446var canonicalFile = Path.Combine(_tempDir.Path, "canonical.json"); 456var expandedFile = Path.Combine(_tempDir.Path, "expanded.json"); 462var githubOutputFile = Path.Combine(_tempDir.Path, "github_output.txt");
PowerShellScripts\SplitTestMatrixByDepsTests.cs (4)
24_githubOutputFile = Path.Combine(_tempDir.Path, "github_output.txt"); 179var matrixFile = Path.Combine(_tempDir.Path, "matrix.json"); 208var nonExistentFile = Path.Combine(_tempDir.Path, "nonexistent.json"); 235var tempMatrixFile = Path.Combine(_tempDir.Path, $"matrix_input_{Guid.NewGuid():N}.json");
PowerShellScripts\SplitTestProjectsTests.cs (10)
41var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 47var outputFile = Path.Combine(_tempDir.Path, "partitions.json"); 71var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 76var outputFile = Path.Combine(_tempDir.Path, "partitions.json"); 99var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 105var outputFile = Path.Combine(_tempDir.Path, "partitions.json"); 130var assemblyPath = Path.Combine(_tempDir.Path, "TestAssembly.dll"); 137var outputFile = Path.Combine(_tempDir.Path, "partitions.json"); 165var nonExistentPath = Path.Combine(_tempDir.Path, "DoesNotExist.dll"); 166var outputFile = Path.Combine(_tempDir.Path, "partitions.json");
tests\Shared\TempDirectory.cs (1)
12Directory.Delete(Path, recursive: true);