ITestList.AddTest (Método)

Agrega una prueba a la lista de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Sub AddTest ( _
    test As ITestElement _
)
void AddTest(
    ITestElement test
)
void AddTest(
    ITestElement^ test
)
abstract AddTest : 
        test:ITestElement -> unit 
function AddTest(
    test : ITestElement
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ITestList Interfaz

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

ITestElement