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
System_CAPS_pubproperty DisplayText

Gets the text to display to the user in the user interface for this link.(Inherited from ITestImplementation.)

System_CAPS_pubproperty Storage

Gets or sets the name of the DLL or file that contains the test.

System_CAPS_pubproperty TestId

Gets or sets the GUID for the associated test.

System_CAPS_pubproperty TestName

Gets or sets the name of the test method.

System_CAPS_pubproperty TestType

Gets or sets the type of the test.

System_CAPS_pubproperty TestTypeId

Gets or sets the GUID for the test implementation provider (TIP).

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

INotifyPropertyChanged
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top