ITestPointStatistic Interface
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 | |
---|---|---|
Count | Gets the count for this test point statistic. | |
FailureType | Gets the FailureType of the test at this test point. | |
PointState | Gets the TestPointState of the test at this test point. | |
ResultOutcome | Gets the TestOutcome of the test at this test point. | |
ResultResolutionStateId | Gets a number that identifies the combination state and outcome of this test. | |
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.