ITestPointStatistic 接口

 

表示计数测试点每 TestPointState、TestResultState 和 TestOutcome 的组合的测试计划。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

属性

名称 说明
System_CAPS_pubproperty Count

Gets the count for this test point statistic.

System_CAPS_pubproperty FailureType

已过时。 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.

备注

这里不会更新任何内容;请不要在这里添加材料。

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首