Método IActionRecordingHelper.CheckActionRecordingExists (IList<Int32>)
A lista de leva de Ids de situação de teste e retorna um bool listam determinar se as situações de teste têm correspondentes a faixa de afn ou não
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
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)
Parâmetros
- testCaseIds
Lista de Ids de situação de teste
Valor de retorno
Type: System.Collections.Generic.IList<Boolean>
Lista de Booleano que informa se as situações de teste têm correspondentes a faixa de afn ou não
Consulte também
Interface IActionRecordingHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo