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 Count for a test point statistic that is identified by the combination of PointState, ResultOutcome, ResultState, and FailureType.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestPointStatistic
public interface ITestPointStatistic
public interface class ITestPointStatistic
type ITestPointStatistic =  interface end
public interface ITestPointStatistic
The ITestPointStatistic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the count for this test point statistic. | 
| .gif) | FailureType | Gets the FailureType of the test at this test point. | 
| .gif) | PointState | Gets the TestPointState of the test at this test point. | 
| .gif) | ResultOutcome | Gets the TestOutcome of the test at this test point. | 
| .gif) | ResultResolutionStateId | Gets a number that identifies the combination state and outcome of this test. | 
| .gif) | ResultState | Gets the TestResultState of the test at this test point. | 
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.