TestRunTextResultMessage Class
Represents text information to report extra information that is provided by the user and added to the test result.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::TestMessage
Microsoft.VisualStudio.TestTools.Common::TestResultMessage
Microsoft.VisualStudio.TestTools.Common::TestRunTextResultMessage
| Name | Description | |
|---|---|---|
![]() | TestRunTextResultMessage(ComputerInfo^, Guid, String^, TestMessageKind) | Obsolete.Initializes a new instance of the TestRunTextResultMessage class. |
![]() | TestRunTextResultMessage(Guid, String^) | Initializes a new instance of the TestRunTextResultMessage class. |
![]() | TestRunTextResultMessage(Guid, String^, Exception^) | Initializes a new instance of the TestRunTextResultMessage class. |
![]() | TestRunTextResultMessage(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestRunTextResultMessage class. |
![]() | TestRunTextResultMessage(String^, Guid, String^, TestMessageKind) | Initializes a new instance of the TestRunTextResultMessage class. |
| Name | Description | |
|---|---|---|
![]() | ComputerName | Gets the name of the computer that executed the associated test run or test.(Inherited from TestResultMessage.) |
![]() | DisplayText | Gets the text to display in the user interface of Visual Studio Application Lifecycle Management (ALM).(Inherited from TestResultMessage.) |
![]() | Duration | Gets or sets the time that was spent to execute the associated test or test run.(Inherited from TestResultMessage.) |
![]() | EndTime | Gets or sets the time that the execution ended.(Inherited from TestResultMessage.) |
![]() | Id | Gets or sets the ID for this test result message.(Inherited from TestResultMessage.) |
![]() | IsRunLevel | Gets a value that indicates whether this result is for a test run and not for a test.(Inherited from TestResultMessage.) |
![]() | LongText | Gets the value of the DisplayText property.(Inherited from TestResultMessage.) |
![]() | MessageKind | Gets or sets the kind of test result message for this associated test result message.(Inherited from TestResultMessage.) |
![]() | Outcome | Gets the outcome of the test. |
![]() | OutcomeText | Gets a string representation of the outcome of the test. |
![]() | SpoolMessage | Gets or sets a value that determines whether this message will be spooled into the persisted test results.(Inherited from TestResultMessage.) |
![]() | StartTime | Gets or sets the time that the associated test run or test started.(Inherited from TestResultMessage.) |
![]() | Storage | Gets or sets the relative path of a folder where all files that are associated with the test are stored on the server.(Inherited from TestResultMessage.) |
![]() | SystemException | Gets or sets the most recent exception that was encountered during the associated test run or test.(Inherited from TestResultMessage.) |
![]() | TestName | Gets or sets the name of the associated test.(Inherited from TestResultMessage.) |
![]() | TestType | Gets or sets the type for the associated test.(Inherited from TestResultMessage.) |
![]() | Text | Gets the text of the message. |
![]() | VisibleProperties | Gets a collection of the properties in this test result message that will be visible in the user interface of Visual Studio Application Lifecycle Management (ALM).(Inherited from TestResultMessage.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a deep copy of this test result message.(Inherited from TestResultMessage.) |
![]() | Equals(Object^) | Determines whether the provided object is equal to the current object.(Inherited from TestResultMessage.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from TestResultMessage.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo by using the data that is required to serialize the target object.(Overrides TestResultMessage::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Determines whether this test result message is valid.(Inherited from TestResultMessage.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided XML store parameters.(Inherited from TestResultMessage.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element.(Inherited from TestResultMessage.) |
![]() | ToString() | Returns a string representation of this test result message.(Inherited from TestResultMessage.) |
| Name | Description | |
|---|---|---|
![]() | m_duration | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the value of the Duration property.(Inherited from TestResultMessage.) |
![]() | m_endTime | Returns the value of the EndTime property.(Inherited from TestResultMessage.) |
![]() | m_exception | Returns the value of the SystemException property.(Inherited from TestResultMessage.) |
![]() | m_id | Returns the value of the P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.ID property.(Inherited from TestResultMessage.) |
![]() | m_messageKind | Returns the value of the MessageKind property.(Inherited from TestResultMessage.) |
![]() | m_spoolMessage | Returns the value of the SpoolMessage property.(Inherited from TestResultMessage.) |
![]() | m_startTime | Returns the value of the StartTime property.(Inherited from TestResultMessage.) |
![]() | m_testName | Returns the value of the TestName property.(Inherited from TestResultMessage.) |
![]() | m_testType | Returns the value of the TestType property.(Inherited from TestResultMessage.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



