1 implementation of ResultType
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
407
public string?
ResultType
{ get; set; }
2 writes to ResultType
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
714
testResult.
ResultType
= TrxLoggerConstants.InnerDataDrivenResultType;
715
parentTestResult.
ResultType
= TrxLoggerConstants.ParentDataDrivenResultType;