ITestSuiteHelper.Query Method
Include Protected Members
Include Inherited Members
Returns a list of test suite objects that match the given query.
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 | |
---|---|---|
Query(String) | Returns a list of test suite objects that match the given query. | |
Query(String, IDictionary) | Returns a collection of test suite objects that match the provided query and the provided dictionary of context. |
Top