Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestAction::MoveToNewOwner Method (ITestBase^)

 

Adds this test action to the new owner and sets the current owner to null.

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

void MoveToNewOwner(
	ITestBase^ newOwner
)

Parameters

newOwner
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestBase^

Either an ITestCase object or an ISharedStep object. Both derive from ITestBase.

Return to top
Show: