Metodo ITmi.GetTestResults (TestRun, ITestElement)
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Ottiene una matrice di risultati dei test dall'esecuzione dei test specificata, i quali risultati si trovano nel test specificato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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[]
Parametri
run
Tipo: Microsoft.VisualStudio.TestTools.Common.TestRunUn oggetto TestRun.
test
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElementUn oggetto TestElement.
Valore restituito
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Matrice di risultati dei test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.