Share via


ITestSuiteEntryCollection.AddCases Method

 

Adds a list of test cases to the collection and optionally ignores any duplicates.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod AddCases(IEnumerable<ITestCase>)

Adds a list of test cases to the collection.

System_CAPS_pubmethod AddCases(IEnumerable<ITestCase>, Boolean)

Adds a list of test cases and optionally ignores duplicate entries.

See Also

ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top