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.

TestResultDetail Class

 

Represents the detailed information for a test result.

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

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

[SerializableAttribute]
public ref class TestResultDetail : IXmlTestStore

NameDescription
System_CAPS_pubmethodTestResultDetail(TestResult^, TestRun^)

Initializes a new instance of the TestResultDetail class by using the provided test result and test run.

NameDescription
System_CAPS_pubpropertyRunId

Gets the ID for the test run.

System_CAPS_pubpropertyTestElements

Gets a dictionary of test elements.

System_CAPS_pubpropertyTestResult

Gets the test result.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticIsDev10Parameter

Returns "TestResultDetail.IsDev10".

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: