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 | |
---|---|---|
DisplayText | Ottiene il testo da visualizzare per l'utente nell'interfaccia utente per questo collegamento. (Ereditato da ITestImplementation) | |
Storage | Ottiene o imposta il nome della DLL o del file che contiene il test. | |
TestId | Ottiene o imposta il GUID del test associato. | |
TestName | Ottiene o imposta il nome del metodo di test. | |
TestType | Ottiene o imposta il tipo di test. | |
TestTypeId | Ottiene o imposta il GUID del provider di implementazione del test (TIP). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
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