Implemented interface member:
property
InnerResults
Microsoft.TestPlatform.Extensions.TrxLogger.ObjectModel.ITestResultAggregation.InnerResults
5 references to InnerResults
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
ObjectModel\TestResultAggregation.cs (2)
50if (InnerResults.Count > 0) 51helper.SaveIEnumerable(InnerResults, element, "InnerResults", ".", null, parameters);
TrxLogger.cs (3)
702((TestResultAggregation)parentTestResult).InnerResults.Add(testResult); 712testResultAggregation.InnerResults.Add(testResult); 713testResult.DataRowInfo = testResultAggregation.InnerResults.Count;