The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITmiTestImplementation Interface
Represents a link to an automated test in the unit test infrastructure.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayText | Gets the text to display to the user in the user interface for this link.(Inherited from ITestImplementation.) |
![]() | Storage | Gets or sets the name of the DLL or file that contains the test. |
![]() | TestId | Gets or sets the GUID for the associated test. |
![]() | TestName | Gets or sets the name of the test method. |
![]() | TestType | Gets or sets the type of the test. |
![]() | TestTypeId | Gets or sets the GUID for the test implementation provider (TIP). |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:

