Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
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). |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
.gif)
.gif)