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.
TestResultMessage Constructor (ComputerInfo^, Guid, ITestElement^, 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 TestResultMessage class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: [ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")] TestResultMessage( ComputerInfo^ computerInfo, Guid runId, ITestElement^ test, TestMessageKind kind )
Parameters
- computerInfo
-
Type:
Microsoft.VisualStudio.TestTools.Common::ComputerInfo^
A ComputerInfo object.
- runId
-
Type:
System::Guid
A Guid for the test run.
- test
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
A StreamingContext object.
- kind
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestMessageKind
One of the TestMessageKind values.
This constructor method is obsolete. Use TestResultMessage instead.
Show: