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)
50
if (
InnerResults
.Count > 0)
51
helper.SaveIEnumerable(
InnerResults
, element, "InnerResults", ".", null, parameters);
TrxLogger.cs (3)
702
((TestResultAggregation)parentTestResult).
InnerResults
.Add(testResult);
712
testResultAggregation.
InnerResults
.Add(testResult);
713
testResult.DataRowInfo = testResultAggregation.
InnerResults
.Count;