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
None No state (not used).
InPlanning The test suite is in the planning stage.
InProgress The test suite is being tested.
Completed The test suite is completed.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase

ITestPlan