1 write to MinimumExpectedTests
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
119
MinimumExpectedTests
= parseResult.GetValue(MicrosoftTestingPlatformOptions.MinimumExpectedTestsOption),
2 references to MinimumExpectedTests
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
211
bool notEnoughTests = totalTests < _options.
MinimumExpectedTests
;
227
terminal.Append(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.MinimumExpectedTestsPolicyViolation, totalTests, _options.
MinimumExpectedTests
));