ITestPlan.RefreshTestCase, méthode
Actualise toutes les instances du cas de test spécifié dans ce plan de test.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Sub RefreshTestCase ( _
testCaseId As Integer _
)
void RefreshTestCase(
int testCaseId
)
void RefreshTestCase(
int testCaseId
)
abstract RefreshTestCase :
testCaseId:int -> unit
function RefreshTestCase(
testCaseId : int
)
Paramètres
- testCaseId
Type : System.Int32
ID numérique du plan de test à actualiser.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms