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
- run
Tipo: Microsoft.VisualStudio.TestTools.Common.TestRun
A TestRun objeto.
- test
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
A TestElement objeto.
Valor de retorno
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Uma matriz de resultados de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.