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.
TestResultBase Constructor
Initializes a new instance of the TestResultBase class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestResultBase() | Initializes a new instance of the TestResultBase class. |
![]() | TestResultBase(Guid, Guid) | Initializes a new instance of the TestResultBase class by using the provided test run ID and test execution ID. Called by the testing framework. |
![]() | TestResultBase(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestResultBase class from serialized XML data. Called by the test framework. |
![]() | TestResultBase(TestResultBase^) | Initializes a new instance of the TestResultBase class by making a copy of the provided test result instance. |
Show:

