Condividi tramite


Metodo RunResultAndStatistics.AddRunInfo

Aggiunge un oggetto RunInfo oggetto a RunInfoList valore della proprietà.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • textMessage
    Tipo: System.String
    In string che contiene le informazioni di testo su un'esecuzione dei test.
  • computer
    Tipo: System.String
    Il nome del computer in cui il test è stato eseguito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunResultAndStatistics Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestOutcome

RunInfo