Partager via


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

Initialise une nouvelle instance de la classe TestResultAggregation avec les paramètres fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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[]
)

Paramètres

  • computerInfo
    Type : System.String
    Nom de l'ordinateur sur lequel les tests ont été exécutés.

Sécurité .NET Framework

Voir aussi

Référence

TestResultAggregation Classe

TestResultAggregation, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

ITestElement

TestOutcome

TestResultCounter

TestResult