The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestControllerHelper::Find Method (String^)
Finds and returns a test controller by using the provided name.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- testControllerName
-
Type:
System::String^
The name of a test controller.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestController^The requested test controller. Returns null if not found.
Show: