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