ITestList.AddTest 方法

将测试添加到测试列表中。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

ITestList 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

ITestElement