Condividi tramite


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

Inizializza una nuova istanza di TestResultAggregation classe utilizzando i parametri specificati.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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[]
)

Parametri

  • computerInfo
    Tipo: System.String
    Il nome del computer in cui sono stati eseguiti i test.
  • runId
    Tipo: System.Guid
    L'ID per l'esecuzione dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultAggregation Classe

Overload TestResultAggregation

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

ITestElement

TestOutcome

TestResultCounter

TestResult