ITestCaseHelper.Count Method
Include Protected Members
Include Inherited Members
Returns the number of test cases.
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 | |
---|---|---|
Count(String) | Returns a count of the test cases that match the given query. | |
Count(String, IDictionary) | Returns a count of the test cases that match the given query and context. |
Top