1 write to _workspace
Infrastructure.Tests (1)
GenerateTestSummary\GenerateTestSummaryToolTests.cs (1)
23
_workspace
= TemporaryWorkspace.Create(output);
16 references to _workspace
Infrastructure.Tests (16)
GenerateTestSummary\GenerateTestSummaryToolTests.cs (16)
26
public void Dispose() =>
_workspace
.Dispose();
31
var trxPath = Path.Combine(
_workspace
.Path, "sample.trx");
53
var trxPath = Path.Combine(
_workspace
.Path, "mixed.trx");
60
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");
81
var trxPath = Path.Combine(
_workspace
.Path, "aborted.trx");
87
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");
104
var trxPath = Path.Combine(
_workspace
.Path, "allpass.trx");
110
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");
133
var trxDir = Path.Combine(
_workspace
.Path, "corrupt");
137
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");
160
var trxDir = Path.Combine(
_workspace
.Path, "partial");
167
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");
187
var trxDir = Path.Combine(
_workspace
.Path, "partial-with-failure");
194
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");
216
var trxPath = Path.Combine(
_workspace
.Path, "timestamped.trx");
225
var jsonPath = Path.Combine(
_workspace
.Path, "failed.json");