Share via


TestResultAggregation Constructor (String, Guid, ITestElement)

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: System.String
    The name of the machine where the tests were run.

.NET Framework Security

See Also

Reference

TestResultAggregation Class

TestResultAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace

ITestElement