1 write to _workspace
Infrastructure.Tests (1)
WorkflowScripts\SelectTestsCommentScriptTests.cs (1)
32
_workspace
= TemporaryWorkspace.Create(output);
5 references to _workspace
Infrastructure.Tests (5)
WorkflowScripts\SelectTestsCommentScriptTests.cs (5)
36
public void Dispose() =>
_workspace
.Dispose();
105
var missingPath = Path.Combine(
_workspace
.Path, "does-not-exist.md");
180
var path = Path.Combine(
_workspace
.Path, $"{Guid.NewGuid():N}.md");
230
var requestPath = Path.Combine(
_workspace
.Path, $"{Guid.NewGuid():N}.json");
231
var outputPath = Path.Combine(
_workspace
.Path, $"{Guid.NewGuid():N}.result.json");