1 write to ShowPassedTests
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
113ShowPassedTests = showPassedTests,
2 references to ShowPassedTests
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
432if (outcome != TestOutcome.Passed || _options.ShowPassedTests) 468if (outcome == TestOutcome.Passed && !_options.ShowPassedTests)