FindTests Method
Description
Finds tests within the current subject folder whose name matches the specified text pattern.
Syntax
Visual Basic
Public Function FindTests( _
   ByVal Pattern As String, _
   Optional ByVal MatchCase As Boolean = False, _
   Optional ByVal Filter As String = "" _
) As List
Parameters
Pattern
Specifies the search text pattern.
MatchCase
If True, the search is case sensitive.
Filter
A logical filter to narrow the search. The filter can be retrieved from TDFilter.Text.
Return Type
A list of Test Objects.
See Also