Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a link to an automated test in the unit test infrastructure.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITmiTestImplementation _
    Inherits ITestImplementation, INotifyPropertyChanged
public interface ITmiTestImplementation : ITestImplementation, 
    INotifyPropertyChanged
public interface class ITmiTestImplementation : ITestImplementation, 
    INotifyPropertyChanged
type ITmiTestImplementation =  
    interface 
        interface ITestImplementation 
        interface INotifyPropertyChanged 
    end
public interface ITmiTestImplementation extends ITestImplementation, INotifyPropertyChanged
The ITmiTestImplementation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DisplayText | Gets the text to display to the user in the user interface for this link. (Inherited from ITestImplementation.) | 
| .gif) | Storage | Gets or sets the name of the DLL or file that contains the test. | 
| .gif) | TestId | Gets or sets the GUID for the associated test. | 
| .gif) | TestName | Gets or sets the name of the test method. | 
| .gif) | TestType | Gets or sets the type of the test. | 
| .gif) | TestTypeId | Gets or sets the GUID for the test implementation provider (TIP). | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top