Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class ITestPointStatistic

NameDescription
System_CAPS_pubpropertyCount

Gets the count for this test point statistic.

System_CAPS_pubpropertyFailureType

Obsolete.Gets the FailureType of the test at this test point.

System_CAPS_pubpropertyFailureTypeId

System_CAPS_pubpropertyPointState

Gets the TestPointState of the test at this test point.

System_CAPS_pubpropertyResultOutcome

Gets the TestOutcome of the test at this test point.

System_CAPS_pubpropertyResultResolutionStateId

Gets a number that identifies the combination state and outcome of this test.

System_CAPS_pubpropertyResultState

Gets the TestResultState of the test at this test point.

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

Return to top
Show: