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