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 (ComputerInfo^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^)

 
Note: This API is now obsolete.

Initializes a new instance of the TestResultAggregation class.

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.")]
TestResultAggregation(
	ComputerInfo^ computerInfo,
	Guid runId,
	ITestElement^ test,
	TestOutcome outcome,
	TestResultCounter^ counters,
	array<TestResult^>^ innerResults
)

Parameters

computerInfo
Type: Microsoft.VisualStudio.TestTools.Common::ComputerInfo^

A ComputerInfo object that has information about the computer that ran the test.

runId
Type: System::Guid

The ID for the test run.

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

An ITestElement object.

outcome
Type: Microsoft.VisualStudio.TestTools.Common::TestOutcome

A TestOutcome object.

counters
Type: Microsoft.VisualStudio.TestTools.Common::TestResultCounter^

A TestResultCounter object.

innerResults
Type: array<Microsoft.VisualStudio.TestTools.Common::TestResult^>^

An array of TestResult objects.

Return to top
Show: