Information
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

 

Initializes a new instance of the TextTestResultMessage class.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

NameDescription
System_CAPS_pubmethodTextTestResultMessage(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.

System_CAPS_protmethodTextTestResultMessage(SerializationInfo^, StreamingContext)

Initializes a new instance of the TextTestResultMessage class from serialized XML data by using the provided serialization information and the streaming context.

Return to top
Show: