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
System_CAPS_pubproperty Count

Gets the count for this test point statistic.

System_CAPS_pubproperty FailureType

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

System_CAPS_pubproperty FailureTypeId

System_CAPS_pubproperty PointState

Gets the TestPointState of the test at this test point.

System_CAPS_pubproperty ResultOutcome

Gets the TestOutcome of the test at this test point.

System_CAPS_pubproperty ResultResolutionStateId

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

System_CAPS_pubproperty 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