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.

TestResultAggregation Constructor (String^, Guid, ITestElement^)

 

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

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

public:
TestResultAggregation(
	String^ computerInfo,
	Guid runId,
	ITestElement^ test
)

Parameters

computerInfo
Type: System::String^

The name of the machine where the tests were run.

runId
Type: System::Guid

The ID for the test run.

test
Type: Microsoft.VisualStudio.TestTools.Common::ITestElement^

An ITestElement object.

Return to top
Show: