5 writes to TestResultOutcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
TrxLogger.cs (5)
275TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 339TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Failed; 416TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Completed; 419TestResultOutcome = ChangeTestOutcomeIfNecessary(TestResultOutcome); 428TestResultOutcome = TrxLoggerObjectModel.TestOutcome.Error;
3 references to TestResultOutcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
TrxLogger.cs (3)
414if (TestResultOutcome == TrxLoggerObjectModel.TestOutcome.Passed) 419TestResultOutcome = ChangeTestOutcomeIfNecessary(TestResultOutcome); 441TestResultOutcome,