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^, TestOutcome, TestResultCounter^, array<TestResult^>^)
Initializes a new instance of the TestResultAggregation class using the provided parameters.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: TestResultAggregation( String^ computerInfo, Guid runId, ITestElement^ test, TestOutcome outcome, TestResultCounter^ counters, array<TestResult^>^ innerResults )
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.
- 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.
Show: