5 writes to TestResultOutcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
TrxLogger.cs (5)
301TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 364TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 440TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Completed; 443TestResultOutcome = ChangeTestOutcomeIfNecessary(TestResultOutcome); 452TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Error;
3 references to TestResultOutcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
TrxLogger.cs (3)
438if (TestResultOutcome == TrxLoggerObjectModel.TestOutcome.Passed) 443TestResultOutcome = ChangeTestOutcomeIfNecessary(TestResultOutcome); 465TestResultOutcome,