ITestConfigurationHelper 介面
提供測試組態物件的 Helper 屬性和方法。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestConfigurationHelper
public interface ITestConfigurationHelper
public interface class ITestConfigurationHelper
type ITestConfigurationHelper = interface end
public interface ITestConfigurationHelper
ITestConfigurationHelper 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Count | 傳回符合指定查詢的測試組態物件數。 | |
Create | 建立新的測試組態物件。 | |
CreateFromFile | 使用指定的 XML 檔案,建立新的測試組態物件。 | |
Find | 尋找並傳回伺服器中的已指定測試組態。 | |
Query(String) | 使用提供的查詢,從伺服器中傳回測試組態的集合。 | |
Query(String, IDictionary) | 使用提供的查詢和內容,從伺服器中傳回測試組態的集合。 | |
Query(String, Int32) | 執行測試設定查詢利用使用者提供的條件約束。 |
回頁首