Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public enum class TestState

Member nameDescription
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.

Return to top
Show: