Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestController^ Find(
	String^ testControllerName
)

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.

Return to top
Show: