5 references to _tempDir
Infrastructure.Tests (5)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (5)
24
_githubOutputFile = Path.Combine(
_tempDir
.Path, "github_output.txt");
28
public void Dispose() =>
_tempDir
.Dispose();
179
var matrixFile = Path.Combine(
_tempDir
.Path, "matrix.json");
208
var nonExistentFile = Path.Combine(
_tempDir
.Path, "nonexistent.json");
235
var tempMatrixFile = Path.Combine(
_tempDir
.Path, $"matrix_input_{Guid.NewGuid():N}.json");