5 references to Fail
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
479case TestOutcome.Fail: 534TestOutcome.Error or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed, 541TestOutcome.Fail or TestOutcome.Error => CliCommandStrings.FailedLowercase, 623else if (outcome == TestOutcome.Fail)
Commands\Test\MTP\TestApplicationHandler.cs (1)
445TestStates.Failed => TestOutcome.Fail,