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
System_CAPS_pubproperty AssignedTo

Gets or sets the identity to which to assign the test point.

System_CAPS_pubproperty AssignedToName

Identity to reassign the point to.

System_CAPS_pubproperty AssignedToTeamFoundationId

Identity to reassign the point to.

System_CAPS_pubproperty ConfigurationId

Gets or sets the configuration ID for the test point to reassign.

System_CAPS_pubproperty 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