ITestPointStatistic Interface
Represent a count of test points per test plan for a combination of TestPointState, TestResultState and TestOutcome.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestPointStatistic
public interface class ITestPointStatistic
type ITestPointStatistic = interface end
Public Interface ITestPointStatistic
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the count for this test point statistic. |
![]() |
FailureType | Obsolete.Gets the FailureType of the test at this test point. |
![]() |
FailureTypeId | |
![]() |
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. |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top