TestResultDetail Class

Definition

Represents the detailed information for a test result.

public ref class TestResultDetail : Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public class TestResultDetail : Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type TestResultDetail = class
    interface IXmlTestStore
Public Class TestResultDetail
Implements IXmlTestStore
Inheritance
TestResultDetail
Attributes
Implements

Constructors

TestResultDetail(TestResult, TestRun)

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

Fields

IsDev10Parameter

Returns "TestResultDetail.IsDev10".

Properties

RunId

Gets the ID for the test run.

TestElements

Gets a dictionary of test elements.

TestResult

Gets the test result.

Methods

Load(XmlElement, XmlTestStoreParameters)

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

Save(XmlElement, XmlTestStoreParameters)

Saves this object in the provided XML element.

Applies to