RunInfo, constructeur
Initialise une instance de la classe RunInfo à l'aide des informations fournies.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
textMessage As String, _
ex As Exception, _
computer As String, _
outcome As TestOutcome _
)
public RunInfo(
string textMessage,
Exception ex,
string computer,
TestOutcome outcome
)
public:
RunInfo(
String^ textMessage,
Exception^ ex,
String^ computer,
TestOutcome outcome
)
new :
textMessage:string *
ex:Exception *
computer:string *
outcome:TestOutcome -> RunInfo
public function RunInfo(
textMessage : String,
ex : Exception,
computer : String,
outcome : TestOutcome
)
Paramètres
textMessage
Type : Stringstring qui contient les informations de texte sur l'exécution de la série de tests.
ex
Type : ExceptionException facultatif.
computer
Type : StringNom de l'ordinateur sur lequel le test a été effectué.
outcome
Type : Microsoft.VisualStudio.TestTools.Common.TestOutcomeMembre 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.