5 references to Fail
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
746case TestOutcome.Fail: 802TestOutcome.Error or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed, 809TestOutcome.Fail or TestOutcome.Error => CliCommandStrings.FailedLowercase, 891else if (outcome == TestOutcome.Fail)
Commands\Test\MTP\TestApplicationHandler.cs (1)
644TestStates.Failed => TestOutcome.Fail,