1 implementation of Outcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
292public TestOutcome Outcome { get; set; }
2 references to Outcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
307if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 312else if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Passed)