ITmiTestImplementation Interface
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
public interface ITmiTestImplementation : ITestImplementation,
INotifyPropertyChanged
public interface class ITmiTestImplementation : ITestImplementation,
INotifyPropertyChanged
type ITmiTestImplementation =
interface
interface ITestImplementation
interface INotifyPropertyChanged
end
Public Interface ITmiTestImplementation
Inherits ITestImplementation, INotifyPropertyChanged
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). |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top