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.
TextTestResultMessage Constructor (Guid, ITestElement^, String^)
Initializes a new instance of the TextTestResultMessage class by using the ID of the test run, the test element, and the message.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- runId
-
Type:
System::Guid
A Guid for the test run.
- test
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
An ITestElement object.
- messageText
-
Type:
System::String^
Message that is used by the tests to send additional information.
Show: