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)
362if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 367else if (testResult.Outcome == TrxLoggerObjectModel.TestOutcome.Passed) 380if (parentTestResult!.Outcome == TrxLoggerObjectModel.TestOutcome.Failed) 384else if (parentTestResult.Outcome == TrxLoggerObjectModel.TestOutcome.Passed)