ITestPointHelper Interface
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestPointHelper
public interface ITestPointHelper
public interface class ITestPointHelper
type ITestPointHelper = interface end
public interface ITestPointHelper
The ITestPointHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
BlockTestPoints | Blocks given test points. This means for these test points, the TestPointState will be NotReady, the most recent test result will have the outcome as Blocked and state as Completed. The TestPointHistory will be updated. | |
SaveTestPoints | Saves given test points. | |
UnblockTestPoints | Unblocks given test points. This means for these test points, the TestPointState will be Ready. The TestPointHistory will be updated. |
Top