6 references to Passed
dotnet (6)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
423
case TestOutcome.
Passed
:
432
if (outcome != TestOutcome.
Passed
|| _options.ShowPassedTests)
468
if (outcome == TestOutcome.
Passed
&& !_options.ShowPassedTests)
477
TestOutcome.
Passed
=> TerminalColor.DarkGreen,
485
TestOutcome.
Passed
=> CliCommandStrings.PassedLowercase,
Commands\Test\MTP\TestApplicationHandler.cs (1)
280
TestStates.Passed => TestOutcome.
Passed
,