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)
36public void Dispose() => _workspace.Dispose(); 105var missingPath = Path.Combine(_workspace.Path, "does-not-exist.md"); 180var path = Path.Combine(_workspace.Path, $"{Guid.NewGuid():N}.md"); 230var requestPath = Path.Combine(_workspace.Path, $"{Guid.NewGuid():N}.json"); 231var outputPath = Path.Combine(_workspace.Path, $"{Guid.NewGuid():N}.result.json");