ITestSuiteHelper.CreateEntry Method
Include Protected Members
Include Inherited Members
Returns a test suite entry by using a provided test case or test suite.
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 | |
---|---|---|
CreateEntry(ITestCase) | Returns a test suite entry by using the provided test case. | |
CreateEntry(ITestSuiteBase) | Returns a test suite entry by using the provided test suite. |
Top