TestResultMessage Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestResultMessage class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TestResultMessage() | Infrastructure. Initializes a new instance of the TestResultMessage class. | |
TestResultMessage(TestResultMessage) | Infrastructure. Initializes a new instance of the TestResultMessage class by using the provided test result message. | |
TestResultMessage(SerializationInfo, StreamingContext) | Infrastructure. Initializes a new instance of the TestResultMessage class from serialized XML data. | |
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(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(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(ComputerInfo, Guid, ITestElement, TestMessageKind) | Obsolete. Initializes a new instance of the TestResultMessage class. |
Top