Compartilhar via


Interface ITestActionResult

 

Representa o resultado de uma ação única de teste.

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

Sintaxe

public interface ITestActionResult : ITestResult, IAttachmentOwner, 
    INotifyPropertyChanged
public interface class ITestActionResult : ITestResult, IAttachmentOwner, 
    INotifyPropertyChanged
type ITestActionResult = 
    interface
        interface ITestResult
        interface IAttachmentOwner
        interface INotifyPropertyChanged
    end
Public Interface ITestActionResult
    Inherits ITestResult, IAttachmentOwner, INotifyPropertyChanged

Propriedades

Nome Descrição
System_CAPS_pubproperty ActionId

Obtém ou definir um identificador para este resultado de ação.

System_CAPS_pubproperty Attachments

Obtém a coleção de anexos.(herdado de IAttachmentOwner.)

System_CAPS_pubproperty CollectorsEnabled

Obtém uma lista dos coletores de dados que estão habilitados para este resultado.(herdado de ITestResult.)

System_CAPS_pubproperty Comment

Obtém ou define os comentários acumulados que foram inseridos por aqueles que são analisados esse resultado.(herdado de ITestResult.)

System_CAPS_pubproperty DateCompleted

Obtém ou define a data em que o teste foi concluído.(herdado de ITestResult.)

System_CAPS_pubproperty DateCreated

Obtém ou define a data em que o teste foi criado.(herdado de ITestResult.)

System_CAPS_pubproperty DateStarted

Obtém ou define a data em que o teste foi iniciado.(herdado de ITestResult.)

System_CAPS_pubproperty Duration

Obtém ou define a hora em que foi gasto para executar o teste.Isso não inclui o tempo durante o qual a execução foi pausada.(herdado de ITestResult.)

System_CAPS_pubproperty ErrorMessage

Obtém ou define uma descrição da falha, se o teste falhou.(herdado de ITestResult.)

System_CAPS_pubproperty Outcome

Obtém ou define uma indicação de que o resultado do teste.(herdado de ITestResult.)

Métodos

Nome Descrição
System_CAPS_pubmethod CreateAttachment(String)

Cria um anexo de um arquivo. (herdado de IAttachmentOwner.)

System_CAPS_pubmethod CreateAttachment(String, SourceFileAction)

Cria um anexo de um arquivo, excluindo opcionalmente o arquivo de origem após carregamento.(herdado de IAttachmentOwner.)

Eventos

Nome Descrição
System_CAPS_pubevent AttachmentUploadCompleted

Este evento é gerado quando o carregamento de anexo terminar.(herdado de IAttachmentOwner.)

System_CAPS_pubevent PropertyChanged

(herdado de INotifyPropertyChanged.)

Consulte também

ITestAction
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo