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
public interface ITestCaseQuery
public interface class ITestCaseQuery
type ITestCaseQuery = interface end
Public Interface ITestCaseQuery
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. |
Methods
Name | Description | |
---|---|---|
Execute() | Executes the query on the server and returns a list of test cases that match the query. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top