Método ITestPlan.RefreshTestCase (Int32)
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
void RefreshTestCase(
int testCaseId
)
void RefreshTestCase(
int testCaseId
)
abstract RefreshTestCase :
testCaseId:int -> unit
Sub RefreshTestCase (
testCaseId As Integer
)
Parâmetros
testCaseId
Type: System.Int32A ID numérica do plano de teste atualizar.
Consulte também
Refresh
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo