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

public enum TestSuiteType
public enum class TestSuiteType
type TestSuiteType
Public Enumeration 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

ITestSuiteBase
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top