Partager via


RunResultAndStatistics.AddRunInfo, méthode

Ajoute un objet RunInfo à la valeur de la propriété RunInfoList.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • textMessage
    Type : System.String
    string qui contient les informations de texte sur l'exécution de la série de tests.
  • computer
    Type : System.String
    Nom de l'ordinateur sur lequel le test a été effectué.

Sécurité .NET Framework

Voir aussi

Référence

RunResultAndStatistics Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestOutcome

RunInfo