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.
ITestEnvironmentHelper::Create Method (ITestManagementTeamProject^, ITestController^)
Returns a new test environment.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITestEnvironment^ Create( ITestManagementTeamProject^ teamProject, ITestController^ testController )
Parameters
- teamProject
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestManagementTeamProject^
The ITestManagementTeamProject for the test environment.
- testController
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestController^
The ITestController of the test environment.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestEnvironment^A test environment.
Show: