Freigeben über


ITestList.AddTest-Methode

Fügt der Testliste einen Test hinzu.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestList Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

ITestElement