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