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

'Declaration
Public Interface ITestAction _
    Inherits INotifyPropertyChanged
public interface ITestAction : INotifyPropertyChanged
public interface class ITestAction : INotifyPropertyChanged
type ITestAction =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ITestAction extends INotifyPropertyChanged

The ITestAction type exposes the following members.

Properties

  Name Description
Public property Id Gets a unique identifier for this test action.
Public property Owner Gets a test base that represents the owner of this test action.
Public property Parent Gets the parent test action group for this test action.

Top

Methods

  Name Description
Public method CopyToNewOwner Performs a deep copy of this action to a new owner.
Public method MoveToNewOwner Adds this test action to the new owner and sets the current owner to null.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

INotifyPropertyChanged