Compartilhar via


Método ITmi.GetTestResults (TestRun, ITestElement)

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém uma matriz de resultados de testes de execução de teste fornecido que estão no teste fornecido.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Function GetTestResults ( _
    run As TestRun, _
    test As ITestElement _
) As TestResult()
TestResult[] GetTestResults(
    TestRun run,
    ITestElement test
)
array<TestResult^>^ GetTestResults(
    TestRun^ run, 
    ITestElement^ test
)
abstract GetTestResults : 
        run:TestRun * 
        test:ITestElement -> TestResult[] 
function GetTestResults(
    run : TestRun, 
    test : ITestElement
) : TestResult[]

Parâmetros

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Uma matriz de resultados de teste.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Sobrecargas GetTestResults

Namespace Microsoft.VisualStudio.TestTools.Common

TestRun

TestElement

TestResult