发布时间: 2016年4月
查找并返回指定的测试点测试点 id。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ITestPoint FindTestPoint(
int testPointId,
string testCaseFieldText
)
ITestPoint^ FindTestPoint(
int testPointId,
String^ testCaseFieldText
)
abstract FindTestPoint :
testPointId:int *
testCaseFieldText:string -> ITestPoint
Function FindTestPoint (
testPointId As Integer,
testCaseFieldText As String
) As ITestPoint
参数
testPointId
Type: System.Int32int 用于标识特定测试点。
testCaseFieldText
Type: System.String工作项查询语言 (WIQL) string 中查询的测试用例对象。
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPoint
指定的测试点或 null 如果找不到测试点。
请参阅
ITestPoint
ITestCase
FindTestPoint 重载
ITestPlan 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首