TextTestResultMessage Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TextTestResultMessage 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 | |
---|---|---|
TextTestResultMessage(SerializationInfo, StreamingContext) | Initializes a new instance of the TextTestResultMessage class from serialized XML data by using the provided serialization information and the streaming context. | |
TextTestResultMessage(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. |
Top