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
public interface ITestPointAssignment
public interface class ITestPointAssignment
type ITestPointAssignment = interface end
Public Interface ITestPointAssignment
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. |
See Also
ITestSuiteBase
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top