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.

ITestSuiteBase::SetEntryConfigurations Method (IEnumerable<ITestSuiteEntry^>^, IEnumerable<IdAndName>^)

 

Creates and deletes the necessary test points to make its set of configurations passed in for each entry.

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

void SetEntryConfigurations(
	IEnumerable<ITestSuiteEntry^>^ entries,
	IEnumerable<IdAndName>^ configurations
)

Parameters

entries
Type: System.Collections.Generic::IEnumerable<ITestSuiteEntry^>^

Set of entries to update.

configurations
Type: System.Collections.Generic::IEnumerable<IdAndName>^

Set of configurations to use for each update. All entries will use the same configurations.

Return to top
Show: