测试用例 ID 用作列表和返回布尔列出分辨率是否符合测试用例具有 afn 条
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
IList<bool> CheckActionRecordingExists(
IList<int> testCaseIds
)
IList<bool>^ CheckActionRecordingExists(
IList<int>^ testCaseIds
)
abstract CheckActionRecordingExists :
testCaseIds:IList<int> -> IList<bool>
Function CheckActionRecordingExists (
testCaseIds As IList(Of Integer)
) As IList(Of Boolean)
参数
- testCaseIds
测试用例 ID 列表
返回值
Type: System.Collections.Generic.IList<Boolean>
告知 Bool 的列表是否符合测试用例具有 afn 条
请参阅
IActionRecordingHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首