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.
TestOutcomeHelper::GetAggregationOutcome Method (array<TestResult^>^)
Returns the test outcome that represents the lowest numeric value for the outcome of each test result in the provided array.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- results
-
Type:
array<Microsoft.VisualStudio.TestTools.Common::TestResult^>^
An array of TestResult objects.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common::TestOutcomeThe test outcome that represents the lowest numeric value for the outcome of each test result in the provided array.
Show: