ITestRun.AddTest 方法 (Int32, String, String, ITmiTestImplementation)

创建新测试中的测试结果执行测试配置。不需要现有测试结果的大小写。

必须由保存执行()。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Function AddTest ( _
    configurationId As Integer, _
    testCaseTitle As String, _
    testCaseAreaUri As String, _
    implementation As ITmiTestImplementation _
) As ITestCaseResult
ITestCaseResult AddTest(
    int configurationId,
    string testCaseTitle,
    string testCaseAreaUri,
    ITmiTestImplementation implementation
)
ITestCaseResult^ AddTest(
    int configurationId, 
    String^ testCaseTitle, 
    String^ testCaseAreaUri, 
    ITmiTestImplementation^ implementation
)
abstract AddTest : 
        configurationId:int * 
        testCaseTitle:string * 
        testCaseAreaUri:string * 
        implementation:ITmiTestImplementation -> ITestCaseResult 
function AddTest(
    configurationId : int, 
    testCaseTitle : String, 
    testCaseAreaUri : String, 
    implementation : ITmiTestImplementation
) : ITestCaseResult

参数

  • configurationId
    类型:System.Int32
    测试配置的ID。
  • testCaseAreaUri
    类型:System.String
    伪测试用例的区域路径应。默认值为根部区域路径。

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult

.NET Framework 安全性

请参见

参考

ITestRun 接口

AddTest 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间