Information
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.

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

void AddCases(
	IEnumerable<ITestCase^>^ cases,
	bool ignoreDuplicates
)

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.

Return to top
Show: