Share via


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
Public method InsertCases(Int32, IEnumerable<ITestCase>) Inserts the provided list of test cases into the collection at the specified location.
Public method 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

See Also

Reference

ITestSuiteEntryCollection Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace