Compartir a través de


ITmiTestImplementation (Interfaz)

Representa un vínculo a una prueba automatizada en la infraestructura de prueba unitaria.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

El tipo ITmiTestImplementation expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DisplayText Obtiene el texto que se va a mostrar al usuario en la interfaz de usuario para este vínculo. (Se hereda de ITestImplementation).
Propiedad pública Storage Obtiene o establece el nombre de la DLL o el archivo que contiene la prueba.
Propiedad pública TestId Obtiene o establece el GUID de la prueba asociada.
Propiedad pública TestName Obtiene o establece el nombre del método de prueba.
Propiedad pública TestType Obtiene o establece el tipo de la prueba.
Propiedad pública TestTypeId Obtiene o establece el GUID del proveedor de la implementación de prueba (TIP).

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged Se produce cuando cambia el valor de una propiedad. (Se hereda de INotifyPropertyChanged).

Arriba

Vea también

Referencia

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

INotifyPropertyChanged