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 (String^, Guid, ITestElement^)
Initializes a new instance of the TestResult class by using the provided computer name, test run ID, and test element.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- computerName
-
Type:
System::String^
The name of the computer that is reporting a test result.
- runId
-
Type:
System::Guid
The Guid for the test run.
- test
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
An ITestElement object.
Show: