5 writes to TestResultOutcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
TrxLogger.cs (5)
248TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 309TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 368TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Completed; 371TestResultOutcome = ChangeTestOutcomeIfNecessary(TestResultOutcome); 380TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Error;
3 references to TestResultOutcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
TrxLogger.cs (3)
366if (TestResultOutcome == TrxLoggerObjectModel.TestOutcome.Passed) 371TestResultOutcome = ChangeTestOutcomeIfNecessary(TestResultOutcome); 393TestResultOutcome,