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

'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
Public property DisplayText Gets the text to display to the user in the user interface for this link. (Inherited from ITestImplementation.)
Public property Storage Gets or sets the name of the DLL or file that contains the test.
Public property TestId Gets or sets the GUID for the associated test.
Public property TestName Gets or sets the name of the test method.
Public property TestType Gets or sets the type of the test.
Public property TestTypeId Gets or sets the GUID for the test implementation provider (TIP).

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

INotifyPropertyChanged