1 write to _workspace
Infrastructure.Tests (1)
Pipelines\NpmCliPackageTests.cs (1)
35
_workspace
= TemporaryWorkspace.Create(output);
5 references to _workspace
Infrastructure.Tests (5)
Pipelines\NpmCliPackageTests.cs (5)
39
public void Dispose() =>
_workspace
.Dispose();
180
var testScriptPath = Path.Combine(
_workspace
.Path, $"{Path.GetRandomFileName()}.js");
220
var testScriptPath = Path.Combine(
_workspace
.Path, $"{Path.GetRandomFileName()}.js");
506
var testRoot = Path.Combine(
_workspace
.Path, Path.GetRandomFileName());
571
var testRoot = Path.Combine(
_workspace
.Path, Path.GetRandomFileName());