The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestSuiteEntryCollection::AddCases Method (IEnumerable<ITestCase^>^, Boolean)
Adds a list of test cases and optionally ignores duplicate entries.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- cases
-
Type:
System.Collections.Generic::IEnumerable<ITestCase^>^
A list of ITestCase objects to add to the collection.
- ignoreDuplicates
-
Type:
System::Boolean
true to ignore duplicates.
Show: