ITestConfigurationHelper.Create Method ()
Creates a new test configuration object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestConfiguration Create()
ITestConfiguration^ Create()
abstract Create : unit -> ITestConfiguration
Function Create As ITestConfiguration
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfiguration
A test configuration object.
Remarks
The new test configuration object will be created on the server only when its ITestBase.Save method is called.
See Also
ITestConfiguration
ITestConfigurationHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top