ITestPointHelper Interface

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ITestPointHelper
public interface class ITestPointHelper
type ITestPointHelper = interface end
Public Interface ITestPointHelper

Methods

Name Description
System_CAPS_pubmethod BlockTestPoints(ITestPoint[])

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.

System_CAPS_pubmethod SaveTestPoints(ITestPoint[])

Saves given test points.

System_CAPS_pubmethod UnblockTestPoints(ITestPoint[])

Unblocks given test points. This means for these test points, the TestPointState will be Ready. The TestPointHistory will be updated.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top