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.

TestResult Constructor

 

Initializes a new instance of the TestResult class.

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

NameDescription
System_CAPS_protmethodTestResult()

Initializes a new instance of the TestResult class.

System_CAPS_pubmethodTestResult(ComputerInfo^, Guid, ITestElement^)

Obsolete.Initializes a new instance of the TestResult class by using the provided computer information, test run ID, and test element.

System_CAPS_protmethodTestResult(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestResult class from XML serialization.

System_CAPS_pubmethodTestResult(String^, Guid, ITestElement^)

Initializes a new instance of the TestResult class by using the provided computer name, test run ID, and test element.

System_CAPS_protmethodTestResult(TestResult^)

Initializes a new instance of the TestResult class by copying the provided test result.

Return to top
Show: