TestResultMessage Constructor
Initializes a new instance of the TestResultMessage class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestResultMessage() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultMessage class. |
![]() | TestResultMessage(ComputerInfo^, Guid, ITestElement^, TestMessageKind) | Obsolete.Initializes a new instance of the TestResultMessage class. |
![]() | TestResultMessage(ComputerInfo^, Guid, TestMessageKind) | Obsolete.Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, and test result kind. |
![]() | TestResultMessage(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultMessage class from serialized XML data. |
![]() | TestResultMessage(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. |
![]() | TestResultMessage(String^, Guid, TestMessageKind) | Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, and test result kind. |
![]() | TestResultMessage(TestResultMessage^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultMessage class by using the provided test result message. |

