ITestManagementTeamProject2 Interface
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestManagementTeamProject2 : ITestManagementTeamProject
public interface class ITestManagementTeamProject2 : ITestManagementTeamProject
type ITestManagementTeamProject2 =
interface
interface ITestManagementTeamProject
end
Public Interface ITestManagementTeamProject2
Inherits ITestManagementTeamProject
Properties
Name | Description | |
---|---|---|
ActionRecordings | Gets a helper object that provides access to the action recordings in this project.(Inherited from ITestManagementTeamProject.) |
|
AttachmentDownloadUri | Returns the URI to the attachment download Web service.(Inherited from ITestManagementTeamProject.) |
|
AttachmentUploadManager | Gets the uploading manager for attachments in this project.(Inherited from ITestManagementTeamProject.) |
|
BugFieldMappings | Gets a helper object that provides access to bug field mappings that are used to create new bugs in this project.(Inherited from ITestManagementTeamProject.) |
|
CoverageAnalysisManager | Contains query methods for coverage information pertaining to a build and test run.(Inherited from ITestManagementTeamProject.) |
|
DefaultPageSize | Gets or sets the default page size for this project.(Inherited from ITestManagementTeamProject.) |
|
DefaultPageSizeForTestPoints | (Inherited from ITestManagementTeamProject.) |
|
FetchIdentitiesInline | Specifies where TeamFoundationIdentity objects must be fetched alongside test artifacts.(Inherited from ITestManagementTeamProject.) |
|
HasSupportForSharedParameterDataSets | ||
IsValid | Gets a value that indicates whether the project exists on the server.(Inherited from ITestManagementTeamProject.) |
|
Queries | Gets the current list of stored queries for this team project.(Inherited from ITestManagementTeamProject.) |
|
ServerVersion | Obsolete.The version of TFS server that the client is connected to(Inherited from ITestManagementTeamProject.) |
|
Sessions | Contains methods to create, query, and delete sessions.(Inherited from ITestManagementTeamProject.) |
|
SharedParameterDataSets | ||
SharedSteps | Gets a helper object that provides access to the shared steps in this project.(Inherited from ITestManagementTeamProject.) |
|
TeamProjectName | Gets the name of the team project.(Inherited from ITestManagementTeamProject.) |
|
TestCases | Gets a helper object that provides access to the test cases in this project.(Inherited from ITestManagementTeamProject.) |
|
TestConfigurations | Gets a helper object that provides access to the test configurations in this project.(Inherited from ITestManagementTeamProject.) |
|
TestEnvironments | Gets a helper object that provides access to the test environments in this project.(Inherited from ITestManagementTeamProject.) |
|
TestFailureTypes | (Inherited from ITestManagementTeamProject.) |
|
TestManagementService | Gets the Test Management Service corresponding to this instance.(Inherited from ITestManagementTeamProject.) |
|
TestManagementServiceVersion | ||
TestPlans | Gets a helper object that provides access to the test plans in this project.(Inherited from ITestManagementTeamProject.) |
|
TestPoints | Contains methods to block and unblock test points.(Inherited from ITestManagementTeamProject.) |
|
TestResolutionStates | Gets a helper object that provides access to the test resolution states in this project.(Inherited from ITestManagementTeamProject.) |
|
TestResults | Gets a helper object that provides access to the test results that are shown in this project.(Inherited from ITestManagementTeamProject.) |
|
TestRuns | Gets a helper object that provides access to the test runs in this project.(Inherited from ITestManagementTeamProject.) |
|
TestSettings | Gets a helper object that provides access to the test settings in this project.(Inherited from ITestManagementTeamProject.) |
|
TestSuites | Gets a helper object that provides access to the test suites in this project.(Inherited from ITestManagementTeamProject.) |
|
TestVariables | Gets a helper object that provides access to the test variables in this project.(Inherited from ITestManagementTeamProject.) |
|
TfsIdentityStore | The Team Foundation Identity cache(Inherited from ITestManagementTeamProject.) |
|
WitProject | Gets the underlying work item project.(Inherited from ITestManagementTeamProject.) |
Methods
Name | Description | |
---|---|---|
CreateFromWorkItem(WorkItem) | Returns an object that is derived from the ITestBase interface that can be used in this project.(Inherited from ITestManagementTeamProject.) |
|
CreateTestQuery(Int32[]) | Creates a new test case query from the given non-empty array of test case IDs.(Inherited from ITestManagementTeamProject.) |
|
CreateTestQuery(Int32[], Int32[], String) | Creates a new test case query based on a non-empty list of ids, a list of revisions and a hint on which fields of the test cases to be retrieved. The query hint is a WIQL query with no clauses. It is used to specified the selected fields. For example: SELECT [System.Title], [System.AreaPath] FROM WorkItems (Inherited from ITestManagementTeamProject.) |
|
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.(Inherited from ITestManagementTeamProject.) |
|
CreateTestQuery(String) | Creates a new test case query from the given query string.(Inherited from ITestManagementTeamProject.) |
|
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.(Inherited from ITestManagementTeamProject.) |
|
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.(Inherited from ITestManagementTeamProject.) |
|
DeleteAttachments(IEnumerable<ITestAttachment>) | Deletes the given attachments.(Inherited from ITestManagementTeamProject.) |
|
DownloadAttachments(IList<ITestAttachment>, IList<String>) | Downloads a set of attachments to the specified paths.(Inherited from ITestManagementTeamProject.) |
|
QueryAttachments(String) | Returns a list of attachments that match the specified query.(Inherited from ITestManagementTeamProject.) |
|
QueryAttachmentsByLink(Uri, ITestAttachment, Boolean) | Returns list of sibling attachments and the attachment itself for an attachment artifact uri.(Inherited from ITestManagementTeamProject.) |
|
WorkItemTypesFor(String) | Returns an array of Work Item Tracking (WIT) type names by using the WIT category reference name.(Inherited from ITestManagementTeamProject.) |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top