Partager via


TestResultDetail, constructeur

Initialise une nouvelle instance de la classe TestResultDetail à l'aide du résultat de test et de la série de tests 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 ( _
    result As TestResult, _
    run As TestRun _
)
public TestResultDetail(
    TestResult result,
    TestRun run
)
public:
TestResultDetail(
    TestResult^ result, 
    TestRun^ run
)
new : 
        result:TestResult * 
        run:TestRun -> TestResultDetail
public function TestResultDetail(
    result : TestResult, 
    run : TestRun
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TestResultDetail Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestResult

TestRun