Método ITestPlan.RefreshTestCase
Atualiza todas as instâncias do caso de teste especificado neste plano de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Sub RefreshTestCase ( _
testCaseId As Integer _
)
void RefreshTestCase(
int testCaseId
)
void RefreshTestCase(
int testCaseId
)
abstract RefreshTestCase :
testCaseId:int -> unit
function RefreshTestCase(
testCaseId : int
)
Parâmetros
- testCaseId
Tipo: System.Int32
A identificação numérica do plano de teste atualizar.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.