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 (String^, Guid, ITestElement^, TestMessageKind)
Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, test element, and test result kind.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
TestResultMessage(
String^ computerName,
Guid runId,
ITestElement^ test,
TestMessageKind kind
)
Parameters
- computerName
-
Type:
System::String^
The name of the computer that executed the test run.
- runId
-
Type:
System::Guid
A Guid for the test run.
- test
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
An ITestElement object.
- kind
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestMessageKind
One of the TestMessageKind values.
Show: