Initializes a new instance of the TestResultAggregation class by using the provided computer information, test run ID, and test.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    computerInfo As String, _
    runId As Guid, _
    test As ITestElement _
)
public TestResultAggregation(
    string computerInfo,
    Guid runId,
    ITestElement test
)
public:
TestResultAggregation(
    String^ computerInfo, 
    Guid runId, 
    ITestElement^ test
)
new : 
        computerInfo:string * 
        runId:Guid * 
        test:ITestElement -> TestResultAggregation
public function TestResultAggregation(
    computerInfo : String, 
    runId : Guid, 
    test : ITestElement
)
Parameters
- computerInfo 
 Type: String- The name of the machine where the tests were run. 
- runId 
 Type: Guid- The ID for the test run. 
- test 
 Type: Microsoft.VisualStudio.TestTools.Common.ITestElement- An ITestElement object. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TestResultAggregation Overload