ITestPointStatistic 介面
表示透過 PointState、ResultOutcome、ResultState 和 FailureType 組合所識別之測試點統計資料的 Count。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestPointStatistic
public interface ITestPointStatistic
public interface class ITestPointStatistic
type ITestPointStatistic = interface end
public interface ITestPointStatistic
ITestPointStatistic 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | 取得這個測試點統計資料的計數。 |
![]() |
FailureType | 取得測試在這個測試點的 FailureType。 |
![]() |
PointState | 取得測試在這個測試點的 TestPointState。 |
![]() |
ResultOutcome | 取得測試在這個測試點的 TestOutcome。 |
![]() |
ResultResolutionStateId | 取得數字,這個數字識別這個測試的組合狀態和結果。 |
![]() |
ResultState | 取得測試在這個測試點的 TestResultState。 |
回頁首
備註
這個介面支援 Visual Studio 中的測試案例管理 (TCM) 物件模型。 這個介面不適合在自訂類別中實作。但如果 TCM 物件傳回內部實作,您就可以在自訂類別中使用這個介面。