ITestCaseHelper.Create Method (WorkItemType)

 

Creates a new test case object that will be created on the server only when the Save method of the test case is called.

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

Syntax

ITestCase Create(
    WorkItemType workItemType
)
ITestCase^ Create(
    WorkItemType^ workItemType
)
abstract Create : 
        workItemType:WorkItemType -> ITestCase
Function Create (
    workItemType As WorkItemType
) As ITestCase

Parameters

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCase

A new ITestCase object.

See Also

ITestBase
ITestCase
Create Overload
ITestCaseHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top