ITestResolutionStateHelper 介面
提供 Visual Studio Test Professional 中測試解決狀態物件的 Helper 方法。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestResolutionStateHelper
public interface ITestResolutionStateHelper
public interface class ITestResolutionStateHelper
type ITestResolutionStateHelper = interface end
public interface ITestResolutionStateHelper
ITestResolutionStateHelper 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Create | 傳回新的解決狀態物件。 | |
CreateFromFile | 從 XML 檔案建立測試解決狀態物件。 | |
Find | 傳回指定的測試解決狀態物件。 | |
Query | 傳回定義給目前 Team 專案的所有測試解決狀態物件。 |
回頁首
備註
這個介面支援 Visual Studio 中的測試案例管理 (TCM) 物件模型。 這個介面不適合在自訂類別中實作。但如果 TCM 物件傳回內部實作,您就可以在自訂類別中使用這個介面。