Partager via


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

Initialise une nouvelle instance de la classe TestResultAggregation.

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(), _
    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
)

Paramètres

  • computerInfo
    Type : String

    Nom de l'ordinateur sur lequel les tests ont été exécutés.

  • runId
    Type : Guid

    ID de la série de tests.

  • currentTestIndex
    Type : Int32

    int qui représente l'index du résultat de test actuel dans le tableau innerResults.

Sécurité .NET Framework

Voir aussi

Référence

TestResultAggregation Classe

TestResultAggregation, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

ITestElement

TestOutcome

TestResultCounter

TestResult