33 references to Failed
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\MTP\MtpTestNodeConverter.cs (3)
114MtpConstants.StateFailed => TestOutcome.Failed, 115MtpConstants.StateError => TestOutcome.Failed, 116MtpConstants.StateTimedOut => TestOutcome.Failed,
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
234case TestOutcome.Failed: 252if (e.Result.Outcome == TestOutcome.Failed)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Converter.cs (1)
151case Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome.Failed:
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\Events\TestCaseEvents.cs (1)
279: this(context, testCaseId, testCaseName, isChildTestCase, TestOutcome.Failed)
TestOutcomeHelper.cs (1)
24TestOutcome.Failed => Resources.Resources.TestOutcomeFailed,
TestResult.cs (1)
128if (Outcome == TestOutcome.Failed)
vstest.console (12)
CommandLine\TestRunResultAggregator.cs (5)
58Outcome = TestOutcome.Failed; 76Outcome = TestOutcome.Failed; 78else if (e.TestRunStatistics[TestOutcome.Failed] > 0) 80Outcome = TestOutcome.Failed; 91Outcome = TestOutcome.Failed;
Internal\ConsoleLogger.cs (5)
571case TestOutcome.Failed: 732case TestOutcome.Failed: 750sourceOutcome = TestOutcome.Failed; 763TestOutcome.Failed => (CommandLineResources.FailedTestIndicator + "!").PadRight(LongestResultIndicator), 793if (sourceOutcome == TestOutcome.Failed)
Internal\MSBuildLogger.cs (2)
121var failed = e.TestRunStatistics?[TestOutcome.Failed] ?? 0; 170case TestOutcome.Failed:
vstest.console.arm64 (12)
src\vstest\src\vstest.console\CommandLine\TestRunResultAggregator.cs (5)
58Outcome = TestOutcome.Failed; 76Outcome = TestOutcome.Failed; 78else if (e.TestRunStatistics[TestOutcome.Failed] > 0) 80Outcome = TestOutcome.Failed; 91Outcome = TestOutcome.Failed;
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (5)
571case TestOutcome.Failed: 732case TestOutcome.Failed: 750sourceOutcome = TestOutcome.Failed; 763TestOutcome.Failed => (CommandLineResources.FailedTestIndicator + "!").PadRight(LongestResultIndicator), 793if (sourceOutcome == TestOutcome.Failed)
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (2)
121var failed = e.TestRunStatistics?[TestOutcome.Failed] ?? 0; 170case TestOutcome.Failed: