TestSuiteState Enumeration

 

Enumerates the possible states for a test suite.

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

Syntax

public enum TestSuiteState
public enum class TestSuiteState
type TestSuiteState
Public Enumeration TestSuiteState

Members

Member name Description
Completed

The test suite is completed.

InPlanning

The test suite is in the planning stage.

InProgress

The test suite is being tested.

None

No state (not used).

See Also

ITestSuiteBase
ITestPlan
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top