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。
- testCaseTitle
类型:System.String
标题以供测试用例
- testCaseAreaUri
类型:System.String
伪测试用例的区域路径应。默认值为根部区域路径。
- implementation
类型:Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
测试结果的测试实现。
返回值
类型:Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。