ITestCaseQuery Interface
Represents a stored test case query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestCaseQuery
public interface ITestCaseQuery
public interface class ITestCaseQuery
type ITestCaseQuery = interface end
public interface ITestCaseQuery
The ITestCaseQuery type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name or brief description of the query. | |
Owner | Gets the user name of the person who created the query. | |
QueryText | Gets the text of the query. |
Top
Methods
Name | Description | |
---|---|---|
Execute | Executes the query on the server and returns a list of test cases that match the query. |
Top