ITestPointStatistics 介面
表示 ITestPlan.QueryTestPointStatistics 方法所選取且處於各種狀態的點數。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestPointStatistics
public interface ITestPointStatistics
public interface class ITestPointStatistics
type ITestPointStatistics = interface end
public interface ITestPointStatistics
ITestPointStatistics 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Item[Int32] | 取得具有指定解決狀態的點數。 | |
Item[FailureType] | 取得具有指定失敗類型的點數。 | |
Item[TestOutcome] | 取得具有指定測試結果的點數。 | |
Item[TestPointState] | 取得具有指定狀態的點數。 | |
Item[TestResultState] | 取得具有指定結果狀態的點數。 | |
TotalCount | 取得這組統計資料所表示的總測試點數。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
GetStatistics | 傳回表示這組統計資料的 ITestPointStatistic 物件陣列。 | |
Refresh | 重新查詢伺服器,並計算新的統計資料。 |
回頁首
備註
這個介面支援 Visual Studio 中的測試案例管理 (TCM) 物件模型。 這個介面不適合在自訂類別中實作。但如果 TCM 物件傳回內部實作,您就可以在自訂類別中使用這個介面。