ITestSuiteEntryCollection.BulkMove Method
Include Protected Members
Include Inherited Members
Moves a selection of test suite entries to a different location in this collection or to another collection and optionally ignores duplicate entries.
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 | |
---|---|---|
BulkMove(Int32, IEnumerable<ITestSuiteEntry>) | Moves the provided list of test suite entries to a different location in this collection. | |
BulkMove(ITestSuiteEntryCollection, Int32, IEnumerable<ITestSuiteEntry>, Boolean) | Moves the provided list of test suite entries to the specified location in another test suite entry collection. |
Top