Partilhar via


Método RunResultAndStatistics.AddRunInfo

Adiciona um RunInfo o objeto para o RunInfoList valor da propriedade.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Sub AddRunInfo ( _
    textMessage As String, _
    ex As Exception, _
    computer As String, _
    outcome As TestOutcome _
)
public void AddRunInfo(
    string textMessage,
    Exception ex,
    string computer,
    TestOutcome outcome
)
public:
void AddRunInfo(
    String^ textMessage, 
    Exception^ ex, 
    String^ computer, 
    TestOutcome outcome
)
member AddRunInfo : 
        textMessage:string * 
        ex:Exception * 
        computer:string * 
        outcome:TestOutcome -> unit 
public function AddRunInfo(
    textMessage : String, 
    ex : Exception, 
    computer : String, 
    outcome : TestOutcome
)

Parâmetros

  • textMessage
    Tipo: System.String
    A string que contém informações de texto sobre o teste executado em execução.
  • computer
    Tipo: System.String
    O nome do computador no qual o teste foi executado.

Segurança do .NET Framework

Consulte também

Referência

RunResultAndStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestOutcome

RunInfo