Collects standard output, standard error, and trace data about a test run for diagnostic data adapters to report to the user.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.TestMessage
    Microsoft.VisualStudio.TestTools.Common.TestResultMessage
      Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class RunOutputTestResultMessage _
    Inherits TestResultMessage _
    Implements ISerializable
[SerializableAttribute]
public sealed class RunOutputTestResultMessage : TestResultMessage, 
    ISerializable
[SerializableAttribute]
public ref class RunOutputTestResultMessage sealed : public TestResultMessage, 
    ISerializable
[<Sealed>]
[<SerializableAttribute>]
type RunOutputTestResultMessage =  
    class 
        inherit TestResultMessage 
        interface ISerializable 
    end
public final class RunOutputTestResultMessage extends TestResultMessage implements ISerializable
The RunOutputTestResultMessage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | RunOutputTestResultMessage | Initializes a new instance of the RunOutputTestResultMessage class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ComputerName | Gets the name of the computer that executed the associated test run or test. (Inherited from TestResultMessage.) | 
| .gif) | DebugTrace | Gets the trace text. | 
| .gif) | DisplayText | Gets the text to display in the user interface of Visual Studio Application Lifecycle Management (ALM). (Inherited from TestResultMessage.) | 
| .gif) | Duration | Gets or sets the time that was spent to execute the associated test or test run. (Inherited from TestResultMessage.) | 
| .gif) | EndTime | Gets or sets the time that the execution ended. (Inherited from TestResultMessage.) | 
| .gif) | Id | Gets or sets the ID for this test result message. (Inherited from TestResultMessage.) | 
| .gif) | IsRunLevel | Gets a value that indicates whether this result is for a test run and not for a test. (Inherited from TestResultMessage.) | 
| .gif) | LoadTestAgentNames | Gets a comma-delimited list of the names of machines where the associated load test is installed. (Inherited from TestResultMessage.) | 
| .gif) | LongText | Gets the value of the DisplayText property. (Inherited from TestResultMessage.) | 
| .gif) | MessageKind | Gets or sets the kind of test result message for this associated test result message. (Inherited from TestResultMessage.) | 
| .gif) | SpoolMessage | Gets or sets a value that determines whether this message will be spooled into the persisted test results. (Inherited from TestResultMessage.) | 
| .gif) | StartTime | Gets or sets the time that the associated test run or test started. (Inherited from TestResultMessage.) | 
| .gif) | StdErr | Gets the standard error text. | 
| .gif) | StdOut | Gets the standard output text. | 
| .gif) | 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.) | 
| .gif) | SystemException | Gets or sets the most recent exception that was encountered during the associated test run or test. (Inherited from TestResultMessage.) | 
| .gif) | TestName | Gets or sets the name of the associated test. (Inherited from TestResultMessage.) | 
| .gif) | TestType | Gets or sets the type for the associated test. (Inherited from TestResultMessage.) | 
| .gif) | 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.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a new object that is a copy of the current instance. (Overrides TestResultMessage.Clone().) | 
| .gif) | Equals | Determines whether the provided object is equal to the current object. (Inherited from TestResultMessage.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from TestResultMessage.) | 
| .gif) | GetObjectData | Populates a SerializationInfo object by using the data that is required to serialize this message. (Overrides TestResultMessage.GetObjectData(SerializationInfo, StreamingContext).) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IsValid | Determines whether this test result message is valid. (Inherited from TestResultMessage.) | 
| .gif) | Load | Loads an instance of this class from the provided XML element by using the provided XML store parameters. (Inherited from TestResultMessage.) | 
| .gif) | Save | Saves this object in the provided XML element. (Inherited from TestResultMessage.) | 
| .gif) | ToString | Returns a string representation of this test result message. (Inherited from TestResultMessage.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.