共用方式為


ITestPointHelper 介面

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

語法

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

ITestPointHelper 類型會公開下列成員。

方法

  名稱 描述
公用方法 BlockTestPoints 封鎖指定之測試點。也就是說,對於這些測試的點,TestPointState 將會是 NotReady,最新的測試結果會有如同 Blocked 的結果,以及如同 Completed 的狀態。 將要更新的 TestPointHistory。
公用方法 SaveTestPoints 儲存指定的測試點。
公用方法 UnblockTestPoints 解除封鎖指定的測試點。這表示這些測試的點,其 TestPointState 將會是 Ready。將要更新的 TestPointHistory。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間