ITestCaseHelper.Create Method
Include Protected Members
Include Inherited Members
Creates a new test case object that will be created on the server only when the Save method of the test case is called.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Create() | Creates a new test case object that will be created on the server only when the Save method of the test case is called. | |
Create(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. |
Top