Condividi tramite


Metodo ITestList.AddTest

Aggiunge un test nell'elenco di test.

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

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestList Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

ITestElement