FindTestInstances Method
Description
Gets the list of test instances in all test sets in given folder and its subfolders that match the specified pattern.
Syntax
Visual Basic
Public Function FindTestInstances( _
   ByVal Pattern As String, _
   Optional ByVal MatchCase As Boolean = False, _
   Optional ByVal Filter As String = "" _
) As List
Parameters
Pattern
MatchCase
Filter
Return Type
A list of TSTest Objects.
See Also