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.
- ex
Type : System.Exception
Exception facultatif.
- computer
Type : System.String
Nom de l'ordinateur sur lequel le test a été effectué.
- outcome
Type : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Membre de l'énumération TestOutcome qui indique comment la série de tests s'est terminée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.