1 write to MtpBaseArgs
Infrastructure.Tests (1)
Shared\TestDataBuilder.cs (1)
210MtpBaseArgs = mtpBaseArgs,
5 references to MtpBaseArgs
Infrastructure.Tests (5)
PowerShellScripts\BuildTestMatrixTests.cs (4)
191Assert.Equal("", entry.MtpBaseArgs); 218Assert.Equal("--hangdump-timeout 15m --timeout 45m", entry.MtpBaseArgs); 338Assert.Equal("--hangdump-timeout 15m --timeout 30m", partitionEntry.MtpBaseArgs); 343Assert.Equal("--hangdump-timeout 20m --timeout 45m", uncollectedEntry.MtpBaseArgs);
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (1)
257Assert.Equal("--hangdump-timeout 15m --timeout 30m", expandedEntry.MtpBaseArgs);