ITestPointAssignment Interface

Provides helper methods for the AssignTestPoints method.

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

Syntax

'Declaration
Public Interface ITestPointAssignment
public interface ITestPointAssignment
public interface class ITestPointAssignment
type ITestPointAssignment =  interface end
public interface ITestPointAssignment

The ITestPointAssignment type exposes the following members.

Properties

  Name Description
Public property AssignedTo Gets or sets the identity to which to assign the test point.
Public property ConfigurationId Gets or sets the configuration ID for the test point to reassign.
Public property TestCaseId Gets or sets the test case ID for the test point to reassign.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase