Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration represents the valid states for a test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Enumeration TestState
public enum TestState
public enum class TestState
type TestState
public enum TestState
Members
Member name | Description | |
---|---|---|
Uninitialized | The test is uninitialized. | |
Starting | The test is preparing to start. | |
Started | The test has started. | |
Running | The test is running. | |
Pausing | The test is preparing to pause. | |
Paused | The test is paused. | |
Resuming | The test is getting ready to resume after a pause. | |
Timeout | The test has timed out. | |
Stopping | The test is preparing to stop. | |
Aborting | The test is aborting. | |
Completing | The test is almost completed. | |
Completed | The test has completed. | |
Disposed | The test is disposed. |