Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the counts of points in various specific states as selected by the ITestPlan.QueryTestPointStatistics method.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestPointStatistics
public interface ITestPointStatistics
public interface class ITestPointStatistics
type ITestPointStatistics = interface end
public interface ITestPointStatistics
The ITestPointStatistics type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Item[Int32] | Gets the number of points that have the specified resolution state. |
![]() |
Item[FailureType] | Gets the number of points that have the specified failure type. |
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetStatistics | Returns an array of ITestPointStatistic objects that represents this set of statistics. |
![]() |
Refresh | Re-queries the server and computes new statistics. |
Top
Remarks
This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class. But you can use this interface in a custom class if a TCM object returns an internal implementation.