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 | |
---|---|---|
Id | Gets a unique identifier for this test action. | |
Owner | Gets a test base that represents the owner of this test action. | |
Parent | Gets the parent test action group for this test action. |
Top
Methods
Name | Description | |
---|---|---|
CopyToNewOwner | Performs a deep copy of this action to a new owner. | |
MoveToNewOwner | Adds this test action to the new owner and sets the current owner to null. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top