4 references to Canceled
dotnet (4)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
478
case TestOutcome.
Canceled
:
534
TestOutcome.Error or TestOutcome.Fail or TestOutcome.
Canceled
or TestOutcome.Timeout => TerminalColor.DarkRed,
543
TestOutcome.
Canceled
or TestOutcome.Timeout => $"{CliCommandStrings.FailedLowercase} ({CliCommandStrings.CancelledLowercase})",
Commands\Test\MTP\TestApplicationHandler.cs (1)
448
TestStates.Cancelled => TestOutcome.
Canceled
,