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 Interface

 

Represents a single action and expected result.

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

public interface class ITestAction : INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyId

Gets a unique identifier for this test action.

System_CAPS_pubpropertyOwner

Gets a test base that represents the owner of this test action.

System_CAPS_pubpropertyParent

Gets the parent test action group for this test action.

NameDescription
System_CAPS_pubmethodCopyToNewOwner(ITestBase^)

Performs a deep copy of this action to a new owner.

System_CAPS_pubmethodMoveToNewOwner(ITestBase^)

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

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: