Sdílet prostřednictvím


ITestList.AddTest – metoda

Test se přidá do seznamu test.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestList Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů

ITestElement