TestState, énumération
Cette énumération représente les états valides d'un test.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Enumeration TestState
public enum TestState
public enum class TestState
type TestState
public enum TestState
Membres
Nom de membre | Description | |
---|---|---|
Aborting | Le test est abandonné. | |
Completed | Le test est terminé. | |
Completing | Le test est presque terminé. | |
Disposed | Le test est supprimé. | |
Paused | Le test est suspendu. | |
Pausing | Préparation de l'interruption du test. | |
Resuming | Le test se prépare à reprendre l'exécution après la suspension. | |
Running | Le test est en cours d'exécution. | |
Started | Le test a démarré. | |
Starting | Préparation du démarrage du test. | |
Stopping | Préparation de l'arrêt du test. | |
Timeout | Le délai d'attente du test a expiré. | |
Uninitialized | Le test n'est pas initialisé. |