ITestManagementTeamProject.CreateTestQuery Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateTestQuery(array<Int32[]) | ||
CreateTestQuery(String) | ||
CreateTestQuery(array<Int32[], String) | ||
CreateTestQuery(array<Int32[], array<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 |
Top