Share via


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
Protected method TestResultMessage() Infrastructure. Initializes a new instance of the TestResultMessage class.
Protected method TestResultMessage(TestResultMessage) Infrastructure. Initializes a new instance of the TestResultMessage class by using the provided test result message.
Protected method TestResultMessage(SerializationInfo, StreamingContext) Infrastructure. Initializes a new instance of the TestResultMessage class from serialized XML data.
Public method 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.
Public method 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.
Public method 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.
Public method TestResultMessage(ComputerInfo, Guid, ITestElement, TestMessageKind) Obsolete. Initializes a new instance of the TestResultMessage class.

Top

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace