TestResultAggregation Constructor (String, Guid, ITestElement, TestOutcome, TestResultCounter, [])

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

Syntax

'宣言
Public Sub New ( _
    computerInfo As String, _
    runId As Guid, _
    test As ITestElement, _
    outcome As TestOutcome, _
    counters As TestResultCounter, _
    innerResults As TestResult() _
)
'使用
Dim computerInfo As String
Dim runId As Guid
Dim test As ITestElement
Dim outcome As TestOutcome
Dim counters As TestResultCounter
Dim innerResults As TestResult()

Dim instance As New TestResultAggregation(computerInfo, _
    runId, test, outcome, counters, innerResults)
public TestResultAggregation(
    string computerInfo,
    Guid runId,
    ITestElement test,
    TestOutcome outcome,
    TestResultCounter counters,
    TestResult[] innerResults
)
public:
TestResultAggregation(
    String^ computerInfo, 
    Guid runId, 
    ITestElement^ test, 
    TestOutcome outcome, 
    TestResultCounter^ counters, 
    array<TestResult^>^ innerResults
)
public function TestResultAggregation(
    computerInfo : String, 
    runId : Guid, 
    test : ITestElement, 
    outcome : TestOutcome, 
    counters : TestResultCounter, 
    innerResults : TestResult[]
)

Parameters

  • innerResults
    Type: []

Permissions

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

TestResultAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace