TestState Enumeration

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
Aborting The test is aborting.
Completed The test has completed.
Completing The test is almost completed.
Disposed The test is disposed.
Paused The test is paused.
Pausing The test is preparing to pause.
Resuming The test is getting ready to resume after a pause.
Running The test is running.
Started The test has started.
Starting The test is preparing to start.
Stopping The test is preparing to stop.
Timeout The test has timed out.
Uninitialized The test is uninitialized.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

TestStateEvent