共用方式為


ITestPointStatistic 介面

表示透過 PointStateResultOutcomeResultStateFailureType 組合所識別之測試點統計資料的 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 物件傳回內部實作,您就可以在自訂類別中使用這個介面。

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

Count

PointState

ResultOutcome

ResultState

FailureType