Partager via


TestResultAggregation, constructeur (TestResult)

Initialise une nouvelle instance de la classe TestResultAggregation à l'aide du résultat de test fourni.

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

Syntaxe

'Déclaration
Public Sub New ( _
    result As TestResult _
)
public TestResultAggregation(
    TestResult result
)
public:
TestResultAggregation(
    TestResult^ result
)
new : 
        result:TestResult -> TestResultAggregation
public function TestResultAggregation(
    result : TestResult
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestResultAggregation Classe

TestResultAggregation, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestResult