ITestImplementation Interface
Represents a link to the implementation of an automated test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestImplementation _
Inherits INotifyPropertyChanged
public interface ITestImplementation : INotifyPropertyChanged
public interface class ITestImplementation : INotifyPropertyChanged
type ITestImplementation =
interface
interface INotifyPropertyChanged
end
public interface ITestImplementation extends INotifyPropertyChanged
The ITestImplementation type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayText | Gets the text to display to the user in the user interface for this link. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top