Compartilhar via


Interface ITmiTestImplementation

 

Representa um link para um teste automatizado da infra-estrutura de teste de unidade.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

public interface ITmiTestImplementation : ITestImplementation, 
    INotifyPropertyChanged
public interface class ITmiTestImplementation : ITestImplementation, 
    INotifyPropertyChanged
type ITmiTestImplementation = 
    interface
        interface ITestImplementation
        interface INotifyPropertyChanged
    end
Public Interface ITmiTestImplementation
    Inherits ITestImplementation, INotifyPropertyChanged

Propriedades

Nome Descrição
System_CAPS_pubproperty DisplayText

Obtém o texto a ser exibido para o usuário na interface do usuário para este vínculo.(herdado de ITestImplementation.)

System_CAPS_pubproperty Storage

Obtém ou define o nome da DLL ou do arquivo que contém o teste.

System_CAPS_pubproperty TestId

Obtém ou define o GUID para o teste associado.

System_CAPS_pubproperty TestName

Obtém ou define o nome do método de teste.

System_CAPS_pubproperty TestType

Obtém ou define o tipo do teste.

System_CAPS_pubproperty TestTypeId

Obtém ou define o GUID para o provedor de implementação de teste (TIP).

Eventos

Nome Descrição
System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

INotifyPropertyChanged
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo