Share via


TestResultAggregation Constructor (TestResult)

Initializes a new instance of the TestResultAggregation class by using the provided test result.

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

Syntax

'Declaration
Public Sub New ( _
    result As TestResult _
)
public TestResultAggregation(
    TestResult result
)
public:
TestResultAggregation(
    TestResult^ result
)
new : 
        result:TestResult -> TestResultAggregation
public function TestResultAggregation(
    result : TestResult
)

Parameters

.NET Framework Security

See Also

Reference

TestResultAggregation Class

TestResultAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestResult