Partilhar via


Construtor TestResultAggregation (String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult , Int32)

Inicializa uma nova instância da classe TestResultAggregation.

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

Sintaxe

'Declaração
Public Sub New ( _
    computerInfo As String, _
    runId As Guid, _
    test As ITestElement, _
    outcome As TestOutcome, _
    counters As TestResultCounter, _
    innerResults As TestResult(), _
    currentTestIndex As Integer _
)
public TestResultAggregation(
    string computerInfo,
    Guid runId,
    ITestElement test,
    TestOutcome outcome,
    TestResultCounter counters,
    TestResult[] innerResults,
    int currentTestIndex
)
public:
TestResultAggregation(
    String^ computerInfo, 
    Guid runId, 
    ITestElement^ test, 
    TestOutcome outcome, 
    TestResultCounter^ counters, 
    array<TestResult^>^ innerResults, 
    int currentTestIndex
)
new : 
        computerInfo:string * 
        runId:Guid * 
        test:ITestElement * 
        outcome:TestOutcome * 
        counters:TestResultCounter * 
        innerResults:TestResult[] * 
        currentTestIndex:int -> TestResultAggregation
public function TestResultAggregation(
    computerInfo : String, 
    runId : Guid, 
    test : ITestElement, 
    outcome : TestOutcome, 
    counters : TestResultCounter, 
    innerResults : TestResult[], 
    currentTestIndex : int
)

Parâmetros

  • computerInfo
    Tipo: System.String
    O nome da máquina onde os testes foram executados.
  • runId
    Tipo: System.Guid
    A identificação para a execução do teste.
  • currentTestIndex
    Tipo: System.Int32
    Um int que representa o índice do resultado de teste atual na innerResults array.

Segurança do .NET Framework

Consulte também

Referência

TestResultAggregation Classe

Sobrecargas TestResultAggregation

Namespace Microsoft.VisualStudio.TestTools.Common

ITestElement

TestOutcome

TestResultCounter

TestResult