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 | 取得這個測試統計資料的結果狀態。 |
回頁首