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.

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.

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

public:
static TestOutcome GetAggregationOutcome(
	array<TestResult^>^ results
)

Parameters

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

An array of TestResult objects.

Return Value

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

The test outcome that represents the lowest numeric value for the outcome of each test result in the provided array.

Return to top
Show: