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

public interface ITestPointStatistics
public interface class ITestPointStatistics
type ITestPointStatistics = interface end
Public Interface ITestPointStatistics

Properties

Name Description
System_CAPS_pubproperty FailureTypeStatistics

System_CAPS_pubproperty Item[FailureType]

Obsolete.Gets the number of points that have the specified failure type.

System_CAPS_pubproperty Item[Int32]

Gets the number of points that have the specified resolution state.

System_CAPS_pubproperty Item[TestOutcome]

Gets the number of points that have the specified test outcome.

System_CAPS_pubproperty Item[TestPointState]

Gets the number of points that have the specified state.

System_CAPS_pubproperty Item[TestResultState]

Gets the number of points that have the specified result state.

System_CAPS_pubproperty TotalCount

Gets the total number of test points that are represented by this set of statistics.

Methods

Name Description
System_CAPS_pubmethod GetStatistics()

Returns an array of ITestPointStatistic objects that represents this set of statistics.

System_CAPS_pubmethod Refresh()

Re-queries the server and computes new statistics.

Remarks

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

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top