The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestRunTextResultMessage Constructor (ComputerInfo^, Guid, String^, TestMessageKind)
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Return to top
Initializes a new instance of the TestRunTextResultMessage class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: [ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes computerName instead.")] TestRunTextResultMessage( ComputerInfo^ computerInfo, Guid runId, String^ messageText, TestMessageKind messageKind )
Parameters
- info
A ComputerInfo object that contains the name of the machine that ran the test.
- runId
-
Type:
System::Guid
A Guid that identifies the test run.
- messageText
-
Type:
System::String^
The text for the message.
- messageKind
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestMessageKind
One of the TestMessageKind values.
Show: