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 | |
---|---|---|
DisplayText | Pobiera tekst do wyświetlenia dla użytkownika w interfejsie użytkownika dla tego łącza. (Odziedziczone z ITestImplementation). | |
Storage | Zwraca lub ustawia nazwę biblioteki DLL lub plik, który zawiera badanie. | |
TestId | Zwraca lub ustawia identyfikator GUID dla badania skojarzone. | |
TestName | Pobiera lub ustawia nazwę metody badania. | |
TestType | Pobiera lub ustawia typ testu. | |
TestTypeId | Pobiera lub ustawia identyfikator GUID dla dostawcy wykonania testu (TIP). |
Początek
Zdarzenia
Nazwa | Opis | |
---|---|---|
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