6 references to Passed
dotnet (6)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
749
case TestOutcome.
Passed
:
759
if (outcome != TestOutcome.
Passed
|| _options.ShowPassedTests)
795
if (outcome == TestOutcome.
Passed
&& !_options.ShowPassedTests)
804
TestOutcome.
Passed
=> TerminalColor.DarkGreen,
812
TestOutcome.
Passed
=> CliCommandStrings.PassedLowercase,
Commands\Test\MTP\TestApplicationHandler.cs (1)
642
TestStates.Passed => TestOutcome.
Passed
,