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

'Declaration
Public Enumeration TestSuiteState
public enum TestSuiteState
public enum class TestSuiteState
type TestSuiteState
public enum 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

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase

ITestPlan