Partilhar via


Método ITestList.AddTest

Adiciona um teste para a lista de teste.

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

Sintaxe

'Declaração
Sub AddTest ( _
    test As ITestElement _
)
void AddTest(
    ITestElement test
)
void AddTest(
    ITestElement^ test
)
abstract AddTest : 
        test:ITestElement -> unit 
function AddTest(
    test : ITestElement
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ITestList Interface

Namespace Microsoft.VisualStudio.TestTools.Common

ITestElement