Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RunInfo Class

 

Represents information about the execution of a test run.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::RunInfo

[SerializableAttribute]
public ref class RunInfo sealed : IXmlTestStore

NameDescription
System_CAPS_pubmethodRunInfo(String^, Exception^, String^, TestOutcome)

Initializes an instance of the RunInfo class by using the provided information.

NameDescription
System_CAPS_pubpropertyAgentMachine

Gets the name of the computer on which the test was run.

System_CAPS_pubpropertyComputerInfo

Gets the name of the computer on which the test was run.

System_CAPS_pubpropertyException

Gets the Exception, if any, that resulted from the test run.

System_CAPS_pubpropertyIsPass

Gets a value that indicates whether the test run ended with an acceptable outcome.

System_CAPS_pubpropertyOutcome

Gets a member of the TestOutcome enumeration, which indicates how the test run ended.

System_CAPS_pubpropertyOutcomeText

Gets the text representation of the Outcome property value.

System_CAPS_pubpropertyText

Gets the message text that was provided when the instance was created.

System_CAPS_pubpropertyTextHashCode

Gets the hash code for the contents of the Text property.

System_CAPS_pubpropertyTimestamp

Gets the date and time when the instance was created.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads the object from the provided XML element by using the provided parameters.

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves the current object to the specified XML element by using the provided parameters.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: