Compartilhar via


Método ITestList.GetTests

Recupera uma matriz de testes na lista atual.

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

Sintaxe

'Declaração
Function GetTests As ITestElement()
ITestElement[] GetTests()
array<ITestElement^>^ GetTests()
abstract GetTests : unit -> ITestElement[] 
function GetTests() : ITestElement[]

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Uma matriz de ITestList objetos.

Segurança do .NET Framework

Consulte também

Referência

ITestList Interface

Namespace Microsoft.VisualStudio.TestTools.Common

GetMissingTests