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.
ITestPointStatistics Interface
Represents counts of points in various states as selected by ITestPlan.QueryTestPointStatistics()
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | FailureTypeStatistics | |
![]() | Item[FailureType] | Obsolete.Gets the number of points that have the specified failure type. |
![]() | Item[Int32] | Gets the number of points that have the specified resolution state. |
![]() | Item[TestOutcome] | Gets the number of points that have the specified test outcome. |
![]() | Item[TestPointState] | Gets the number of points that have the specified state. |
![]() | Item[TestResultState] | Gets the number of points that have the specified result state. |
![]() | TotalCount | Gets the total number of test points that are represented by this set of statistics. |
| Name | Description | |
|---|---|---|
![]() | GetStatistics() | Returns an array of ITestPointStatistic objects that represents this set of statistics. |
![]() | Refresh() | Re-queries the server and computes new statistics. |
No content here will be updated; please do not add material here.
Show:

