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 (ComputerInfo^, Guid, ITestElement^)

 
Note: This API is now obsolete.

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

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

public:
[ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")]
TestResult(
	ComputerInfo^ computerInfo,
	Guid runId,
	ITestElement^ test
)
Return to top
Show: