Compartir a través de


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

Inicializa una nueva instancia de la clase TestResultAggregation mediante los parámetros proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Sub New ( _
    computerInfo As String, _
    runId As Guid, _
    test As ITestElement, _
    outcome As TestOutcome, _
    counters As TestResultCounter, _
    innerResults As TestResult() _
)
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
)
new : 
        computerInfo:string * 
        runId:Guid * 
        test:ITestElement * 
        outcome:TestOutcome * 
        counters:TestResultCounter * 
        innerResults:TestResult[] -> TestResultAggregation
public function TestResultAggregation(
    computerInfo : String, 
    runId : Guid, 
    test : ITestElement, 
    outcome : TestOutcome, 
    counters : TestResultCounter, 
    innerResults : TestResult[]
)

Parámetros

  • computerInfo
    Tipo: String

    Nombre del equipo donde se ejecutaron las pruebas.

  • runId
    Tipo: Guid

    El identificador de la ejecución de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

TestResultAggregation Clase

TestResultAggregation (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

ITestElement

TestOutcome

TestResultCounter

TestResult