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)

Syntax

public interface ITestAction : INotifyPropertyChanged
public interface class ITestAction : INotifyPropertyChanged
type ITestAction = 
    interface
        interface INotifyPropertyChanged
    end
Public Interface ITestAction
    Inherits INotifyPropertyChanged

Properties

Name Description
System_CAPS_pubproperty Id

Gets a unique identifier for this test action.

System_CAPS_pubproperty Owner

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

System_CAPS_pubproperty Parent

Gets the parent test action group for this test action.

Methods

Name Description
System_CAPS_pubmethod CopyToNewOwner(ITestBase)

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

System_CAPS_pubmethod MoveToNewOwner(ITestBase)

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

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top