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