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