Partager via


ITmi.GetTestResults, méthode (TestRun)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient de la série de tests fournie un tableau d'objets de résultat de test.

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

Syntaxe

'Déclaration
Function GetTestResults ( _
    run As TestRun _
) As TestResult()
TestResult[] GetTestResults(
    TestRun run
)
array<TestResult^>^ GetTestResults(
    TestRun^ run
)
abstract GetTestResults : 
        run:TestRun -> TestResult[] 
function GetTestResults(
    run : TestRun
) : TestResult[]

Paramètres

Valeur de retour

Type : array<Microsoft.VisualStudio.TestTools.Common.TestResult[]

Exceptions

Exception Condition
[ArgumentException]

Le paramètre run est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

ITmi Interface

GetTestResults, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestRun

TestResult