ITestSuiteEntryCollection.InsertCases Method
Include Protected Members
Include Inherited Members
Inserts a test case into the collection at the specified index.
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 | |
---|---|---|
InsertCases(Int32, IEnumerable<ITestCase>) | Inserts the provided list of test cases into the collection at the specified location. | |
InsertCases(Int32, IEnumerable<ITestCase>, Boolean) | Inserts the provided list of test cases into the collection at the specified index, and optionally ignores duplicate entries. |
Top