ITestManagementTeamProject 接口

 

提供测试用例的团队项目的管理功能。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

public interface ITestManagementTeamProject
public interface class ITestManagementTeamProject
type ITestManagementTeamProject = interface end
Public Interface ITestManagementTeamProject

属性

名称 说明
System_CAPS_pubproperty ActionRecordings

Gets a helper object that provides access to the action recordings in this project.

System_CAPS_pubproperty AttachmentDownloadUri

Returns the URI to the attachment download Web service.

System_CAPS_pubproperty AttachmentUploadManager

Gets the uploading manager for attachments in this project.

System_CAPS_pubproperty BugFieldMappings

Gets a helper object that provides access to bug field mappings that are used to create new bugs in this project.

System_CAPS_pubproperty CoverageAnalysisManager

Contains query methods for coverage information pertaining to a build and test run.

System_CAPS_pubproperty DefaultPageSize

Gets or sets the default page size for this project.

System_CAPS_pubproperty DefaultPageSizeForTestPoints

System_CAPS_pubproperty FetchIdentitiesInline

Specifies where TeamFoundationIdentity objects must be fetched alongside test artifacts.

System_CAPS_pubproperty IsValid

Gets a value that indicates whether the project exists on the server.

System_CAPS_pubproperty Queries

Gets the current list of stored queries for this team project.

System_CAPS_pubproperty ServerVersion

已过时。 The version of TFS server that the client is connected to

System_CAPS_pubproperty Sessions

Contains methods to create, query, and delete sessions.

System_CAPS_pubproperty SharedSteps

Gets a helper object that provides access to the shared steps in this project.

System_CAPS_pubproperty TeamProjectName

Gets the name of the team project.

System_CAPS_pubproperty TestCases

Gets a helper object that provides access to the test cases in this project.

System_CAPS_pubproperty TestConfigurations

Gets a helper object that provides access to the test configurations in this project.

System_CAPS_pubproperty TestEnvironments

Gets a helper object that provides access to the test environments in this project.

System_CAPS_pubproperty TestFailureTypes

System_CAPS_pubproperty TestManagementService

Gets the Test Management Service corresponding to this instance.

System_CAPS_pubproperty TestPlans

Gets a helper object that provides access to the test plans in this project.

System_CAPS_pubproperty TestPoints

Contains methods to block and unblock test points.

System_CAPS_pubproperty TestResolutionStates

Gets a helper object that provides access to the test resolution states in this project.

System_CAPS_pubproperty TestResults

Gets a helper object that provides access to the test results that are shown in this project.

System_CAPS_pubproperty TestRuns

Gets a helper object that provides access to the test runs in this project.

System_CAPS_pubproperty TestSettings

Gets a helper object that provides access to the test settings in this project.

System_CAPS_pubproperty TestSuites

Gets a helper object that provides access to the test suites in this project.

System_CAPS_pubproperty TestVariables

Gets a helper object that provides access to the test variables in this project.

System_CAPS_pubproperty TfsIdentityStore

The Team Foundation Identity cache

System_CAPS_pubproperty WitProject

Gets the underlying work item project.

方法

名称 说明
System_CAPS_pubmethod CreateFromWorkItem(WorkItem)

Returns an object that is derived from the ITestBase interface that can be used in this project.

System_CAPS_pubmethod CreateTestQuery(Int32[])

Creates a new test case query from the given non-empty array of test case IDs.

System_CAPS_pubmethod CreateTestQuery(Int32[], Int32[], String)

创建新测试基于非空用例查询要检索的测试用例字段的列表 ID、版本列表和提示。查询提示是 WIQL 查询子句。使用它指定了选定的字段。例如:选择 System.Title [],[] System.AreaPath 从工作项

System_CAPS_pubmethod CreateTestQuery(Int32[], String)

Creates a new test case query from the given non-empty array of test case IDs and a hint that indicates which fields of the test cases will be retrieved.

System_CAPS_pubmethod CreateTestQuery(String)

Creates a new test case query from the given query string.

System_CAPS_pubmethod CreateTmiTestImplementation(String, String, Guid, String, Guid)

Creates a test implementation object by using the provided test name, name of the type of test, the GUID for the type of test, the storage path, and GUID for the test type.

System_CAPS_pubmethod CreateTmiTestImplementation(String, String, String, Guid)

Creates a test implementation object by using the provided test name, type of test, storage path, and GUID for the test type.

System_CAPS_pubmethod DeleteAttachments(IEnumerable<ITestAttachment>)

Deletes the given attachments.

System_CAPS_pubmethod DownloadAttachments(IList<ITestAttachment>, IList<String>)

Downloads a set of attachments to the specified paths.

System_CAPS_pubmethod QueryAttachments(String)

Returns a list of attachments that match the specified query.

System_CAPS_pubmethod QueryAttachmentsByLink(Uri, ITestAttachment, Boolean)

Returns list of sibling attachments and the attachment itself for an attachment artifact uri.

System_CAPS_pubmethod WorkItemTypesFor(String)

Returns an array of Work Item Tracking (WIT) type names by using the WIT category reference name.

备注

这里不会更新任何内容;请不要在这里添加材料。

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首