ITestRunBase.CopyTestSettings Method (ITestSettings)

 

Copy the test settings and associate it to the test run.

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

Syntax

void CopyTestSettings(
    ITestSettings settings
)
void CopyTestSettings(
    ITestSettings^ settings
)
abstract CopyTestSettings : 
        settings:ITestSettings -> unit
Sub CopyTestSettings (
    settings As ITestSettings
)

Parameters

Remarks

This method copies settings object to the TestSettings property and set TestSettingsId to settings.Id. If settings.Id is zero, TestSettingsId will be zero, which means the run does not use a public test settings.

See Also

ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top