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 | |
---|---|---|
AssignedTo | Gets or sets the identity to which to assign the test point. | |
AssignedToName | Identity to reassign the point to. | |
AssignedToTeamFoundationId | Identity to reassign the point to. | |
ConfigurationId | Gets or sets the configuration ID for the test point to reassign. | |
TestCaseId | Gets or sets the test case ID for the test point to reassign. |
Top