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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestResult() | Initializes a new instance of the TestResult class. |
![]() | TestResult(ComputerInfo^, Guid, ITestElement^) | Obsolete.Initializes a new instance of the TestResult class by using the provided computer information, test run ID, and test element. |
![]() | TestResult(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestResult class from XML serialization. |
![]() | TestResult(String^, Guid, ITestElement^) | Initializes a new instance of the TestResult class by using the provided computer name, test run ID, and test element. |
![]() | TestResult(TestResult^) | Initializes a new instance of the TestResult class by copying the provided test result. |
Show:

