5 references to Fail
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
420
case TestOutcome.
Fail
:
475
TestOutcome.Error or TestOutcome.
Fail
or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed,
482
TestOutcome.
Fail
or TestOutcome.Error => CliCommandStrings.FailedLowercase,
561
else if (outcome == TestOutcome.
Fail
)
Commands\Test\MTP\TestApplicationHandler.cs (1)
282
TestStates.Failed => TestOutcome.
Fail
,