Udostępnij za pośrednictwem


Interfejs ITmiTestImplementation

Reprezentuje łącze do automatycznego testu, w infrastrukturze test jednostki.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

'Deklaracja
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

Typ ITmiTestImplementation uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna DisplayText Pobiera tekst do wyświetlenia dla użytkownika w interfejsie użytkownika dla tego łącza. (Odziedziczone z ITestImplementation).
Właściwość publiczna Storage Zwraca lub ustawia nazwę biblioteki DLL lub plik, który zawiera badanie.
Właściwość publiczna TestId Zwraca lub ustawia identyfikator GUID dla badania skojarzone.
Właściwość publiczna TestName Pobiera lub ustawia nazwę metody badania.
Właściwość publiczna TestType Pobiera lub ustawia typ testu.
Właściwość publiczna TestTypeId Pobiera lub ustawia identyfikator GUID dla dostawcy wykonania testu (TIP).

Początek

Zdarzenia

  Nazwa Opis
Zdarzenie publiczne PropertyChanged Występuje, gdy wartość właściwości zostanie zmieniona. (Odziedziczone z INotifyPropertyChanged).

Początek

Zobacz też

Informacje

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client

INotifyPropertyChanged