RunInfo Class
Represents information about the execution of a test run.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | RunInfo(String^, Exception^, String^, TestOutcome) | Initializes an instance of the RunInfo class by using the provided information. |
| Name | Description | |
|---|---|---|
![]() | AgentMachine | Gets the name of the computer on which the test was run. |
![]() | ComputerInfo | Gets the name of the computer on which the test was run. |
![]() | Exception | Gets the Exception, if any, that resulted from the test run. |
![]() | IsPass | Gets a value that indicates whether the test run ended with an acceptable outcome. |
![]() | Outcome | Gets a member of the TestOutcome enumeration, which indicates how the test run ended. |
![]() | OutcomeText | Gets the text representation of the Outcome property value. |
![]() | Text | Gets the message text that was provided when the instance was created. |
![]() | TextHashCode | Gets the hash code for the contents of the Text property. |
![]() | Timestamp | Gets the date and time when the instance was created. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads the object from the provided XML element by using the provided parameters. |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves the current object to the specified XML element by using the provided parameters. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

