1 write to _workspace
Infrastructure.Tests (1)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (1)
23
_workspace
= TemporaryWorkspace.Create(output);
5 references to _workspace
Infrastructure.Tests (5)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (5)
25
_githubOutputFile = Path.Combine(
_workspace
.Path, "github_output.txt");
29
public void Dispose() =>
_workspace
.Dispose();
206
var matrixFile = Path.Combine(
_workspace
.Path, "matrix.json");
235
var nonExistentFile = Path.Combine(
_workspace
.Path, "nonexistent.json");
262
var tempMatrixFile = Path.Combine(
_workspace
.Path, $"matrix_input_{Guid.NewGuid():N}.json");