TestSuiteType Enumeration

Enumerates the possible types of test suites.

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

Syntax

'Declaration
<GenerateAllConstantsAttribute(Nothing)> _
Public Enumeration TestSuiteType
[GenerateAllConstantsAttribute(null)]
public enum TestSuiteType
[GenerateAllConstantsAttribute(nullptr)]
public enum class TestSuiteType
[<GenerateAllConstantsAttribute(null)>]
type TestSuiteType
public enum TestSuiteType

Members

Member name Description
DynamicTestSuite Represents a dynamic test suite.
None No designated test suite type.
RequirementTestSuite Represents a test suite for a requirement.
StaticTestSuite Represents a static test suite.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase