Compartilhar via


Propriedade TestRun.Tests

Obtém os testes de nível de raiz.

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

Sintaxe

'Declaração
Public ReadOnly Property Tests As ITestElement()
    Get
public ITestElement[] Tests { get; }
public:
property array<ITestElement^>^ Tests {
    array<ITestElement^>^ get ();
}
member Tests : ITestElement[]
function get Tests () : ITestElement[]

Valor de propriedade

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Os testes no nível raiz.

Segurança do .NET Framework

Consulte também

Referência

TestRun Classe

Namespace Microsoft.VisualStudio.TestTools.Common

ITestElement