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