ITestPointStatistics Interface

Represents counts of points in various states as selected by ITestPlan.QueryTestPointStatistics()

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
Public property FailureTypeStatistics
Public property Item[Int32]
Public property Item[FailureType] Obsolete.
Public property Item[TestOutcome]
Public property Item[TestPointState]
Public property Item[TestResultState]
Public property TotalCount

Top

Methods

  Name Description
Public method GetStatistics
Public method Refresh

Top

Remarks

No content here will be updated; please do not add material here.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace