7 references to Failed
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (7)
TrxLogger.cs (5)
301TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 362if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 364TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 380if (parentTestResult!.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 871outcome = TrxLoggerObjectModel.TestOutcome.Failed;
Utility\Converter.cs (2)
147TrxObjectModel.TestOutcome outcome = TrxObjectModel.TestOutcome.Failed; 152outcome = TrxObjectModel.TestOutcome.Failed;