共用方式為


ITestCaseResultHelper 介面

提供 ITestCaseResult 物件的 Helper 方法和屬性。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Public Interface ITestCaseResultHelper
public interface ITestCaseResultHelper
public interface class ITestCaseResultHelper
type ITestCaseResultHelper =  interface end
public interface ITestCaseResultHelper

ITestCaseResultHelper 型別會公開下列成員。

方法

  名稱 說明
公用方法 ByTestId 查詢伺服器,並傳回測試案例的測試結果物件集合。
公用方法 CreateForUpdate 建立空的測試案例結果物件,用於將變更的屬性有效率地儲存至伺服器。
公用方法 Find 使用指定的測試回合 ID 和測試結果 ID,擷取單一測試案例結果。
公用方法 FindByLink 使用位於 Visual Studio Team Foundation Server 的成品測試結果或測試結果附件的統一資源識別碼 (URI),尋找並傳回測試結果和選擇性的測試結果附件。
公用方法 Query 查詢符合所提供查詢的測試案例結果。
公用方法 Reset 清除任何測試案例結果資訊,並重新執行測試。
公用方法 Save 使用指定的測試案例結果陣列以及是否在背景執行附件上傳的指示,更新伺服器。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestCaseResult