Condividi tramite


Interfaccia ITmiTestImplementation

Rappresenta un collegamento a un test automatizzato nell'infrastruttura di unit test.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

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

Il tipo ITmiTestImplementation espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica DisplayText Ottiene il testo da visualizzare per l'utente nell'interfaccia utente per questo collegamento. (Ereditato da ITestImplementation)
Proprietà pubblica Storage Ottiene o imposta il nome della DLL o del file che contiene il test.
Proprietà pubblica TestId Ottiene o imposta il GUID del test associato.
Proprietà pubblica TestName Ottiene o imposta il nome del metodo di test.
Proprietà pubblica TestType Ottiene o imposta il tipo di test.
Proprietà pubblica TestTypeId Ottiene o imposta il GUID del provider di implementazione del test (TIP).

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Viene generato quando il valore di una proprietà cambia. (Ereditato da INotifyPropertyChanged)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

INotifyPropertyChanged