The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestRunStatistics::TestResolutionStatistics Property
Gets the list of test resolution state statistic objects.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
property IList<ITestResolutionStateStatistic^>^ TestResolutionStatistics {
IList<ITestResolutionStateStatistic^>^ get();
}
Property Value
Type: System.Collections.Generic::IList<ITestResolutionStateStatistic^>^The list of ITestResolutionStateStatistic objects.
Show: