1 implementation of Outcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
292public TestOutcome Outcome { get; set; }
4 references to Outcome
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
TrxLogger.cs (4)
337if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 342else if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Passed) 355if (parentTestResult!.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 359else if (parentTestResult.Outcome == TrxLoggerObjectModel.TestOutcome.Passed)