7 references to Failed
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (7)
TrxLogger.cs (5)
275TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 337if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 339TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 355if (parentTestResult!.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 835outcome = TrxLoggerObjectModel.TestOutcome.Failed;
Utility\Converter.cs (2)
147TrxObjectModel.TestOutcome outcome = TrxObjectModel.TestOutcome.Failed; 152outcome = TrxObjectModel.TestOutcome.Failed;