1 implementation of DataRowInfo
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestResult.cs (1)
402public int DataRowInfo { get; set; }
1 write to DataRowInfo
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
713testResult.DataRowInfo = testResultAggregation.InnerResults.Count;