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
Public method 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.
Public method SaveTestPoints Saves given test points.
Public method UnblockTestPoints Unblocks given test points. This means for these test points, the TestPointState will be Ready. The TestPointHistory will be updated.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace