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