Share via


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

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

Count

PointState

ResultOutcome

ResultState

FailureType