TestResultState Enumeration

 

Enumerates the possible states of a test.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public enum TestResultState
public enum class TestResultState
type TestResultState
Public Enumeration TestResultState

Members

Member name Description
Completed

The test has completed, but no quantitative measure of completeness is available.

InProgress

The test is currently executing.

MaxValue

Denotes the maximum value in this enumeration.

Paused

The test has been paused by the user in a manual test.

Pending

The test is in the execution queue, but has not yet started.

Queued

The test has been queued for execution.

Unspecified

Used only during an update to preserve the existing value.

See Also

ITestResult
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top