Condividi tramite


Metodo ITestList.GetTests

Recupera una matrice di test nell'elenco corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Function GetTests As ITestElement()
ITestElement[] GetTests()
array<ITestElement^>^ GetTests()
abstract GetTests : unit -> ITestElement[] 
function GetTests() : ITestElement[]

Valore restituito

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
una matrice di ITestList oggetti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestList Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

GetMissingTests