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