TestSuiteEntryType Enumeration

 

Enumerates the possible types of test suite entries.

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

Syntax

public enum TestSuiteEntryType
public enum class TestSuiteEntryType
type TestSuiteEntryType
Public Enumeration TestSuiteEntryType

Members

Member name Description
DynamicTestSuite

Represents a dynamic test suite.

None

No type.

RequirementTestSuite

Represents a requirement test suite.

StaticTestSuite

Represents a static test suite.

TestCase

Represents a test case.

See Also

IStaticTestSuite
IDynamicTestSuite
IRequirementTestSuite
ITestSuiteBase
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top