6 references to Failed
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
TrxLogger.cs (4)
248TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 307if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 309TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 781outcome = TrxLoggerObjectModel.TestOutcome.Failed;
Utility\Converter.cs (2)
147TrxObjectModel.TestOutcome outcome = TrxObjectModel.TestOutcome.Failed; 152outcome = TrxObjectModel.TestOutcome.Failed;