5 instantiations of TestTempDirectory
Infrastructure.Tests (5)
ExtractTestPartitions\ExtractTestPartitionsTests.cs (1)
14
private readonly TestTempDirectory _tempDir =
new
();
PowerShellScripts\BuildTestMatrixTests.cs (1)
15
private readonly TestTempDirectory _tempDir =
new
();
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (1)
15
private readonly TestTempDirectory _tempDir =
new
();
PowerShellScripts\SplitTestMatrixByDepsTests.cs (1)
15
private readonly TestTempDirectory _tempDir =
new
();
PowerShellScripts\SplitTestProjectsTests.cs (1)
22
private readonly TestTempDirectory _tempDir =
new
();
5 references to TestTempDirectory
Infrastructure.Tests (5)
ExtractTestPartitions\ExtractTestPartitionsTests.cs (1)
14
private readonly
TestTempDirectory
_tempDir = new();
PowerShellScripts\BuildTestMatrixTests.cs (1)
15
private readonly
TestTempDirectory
_tempDir = new();
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (1)
15
private readonly
TestTempDirectory
_tempDir = new();
PowerShellScripts\SplitTestMatrixByDepsTests.cs (1)
15
private readonly
TestTempDirectory
_tempDir = new();
PowerShellScripts\SplitTestProjectsTests.cs (1)
22
private readonly
TestTempDirectory
_tempDir = new();