ITestRunStatistic 接口
表示具有特定解决状态、结果和结果状态的测试运行结果的计数。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface ITestRunStatistic
public interface ITestRunStatistic
public interface class ITestRunStatistic
type ITestRunStatistic = interface end
public interface ITestRunStatistic
ITestRunStatistic 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 获取此测试统计信息的计数。 | |
ResolutionState | 获取此测试统计信息的解决状态。 | |
ResultOutcome | 获取此测试统计信息的结果。 | |
ResultState | 获取此测试统计信息的结果状态。 |
页首