Microsoft.TeamFoundation.TestManagement.Common Namespace

 

The Microsoft.TeamFoundation.TestManagement.Common namespace provides classes that are containers for various constants that are used by the testing framework when running tests. This namespace also provides TestManagementErrorCodes class, which specifies the error codes for the error messages that are returned from client and server sides.

Classes

Class Description
System_CAPS_pubclass AttachmentTypes

Specifies the attachment type names for the test result attachments.

System_CAPS_pubclass IdConstants

Specifies the job IDs for the Team Foundation Server agent jobs.

System_CAPS_pubclass TCMWitFields

System_CAPS_pubclass TestWellKnownGroups

Provides the information for TestWellKnownGroups.

System_CAPS_pubclass WitCategoryRefName

Specifies the constants for WIT category names.

Interfaces

Interface Description
System_CAPS_pubinterface IKeyValuePair

System_CAPS_pubinterface ISharedParameterData

System_CAPS_pubinterface ISharedParameterDataRow

System_CAPS_pubinterface ISharedParameterDataRows

Enumerations

Enumeration Description
System_CAPS_pubenum EnvironmentParentTypes

Specifies the types of the parent (owner) of the test environments.

System_CAPS_pubenum TestManagementErrorCodes

Specifies the error codes for error messages from both client and server sides.

Return to top