Share via


IActionRecordingHelper.SetDefaultForTestCase Method (Int32, ITestAttachment)

 

Sets the provided action recording as the default action recording for the specified test case.

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

Syntax

void SetDefaultForTestCase(
    int testCaseId,
    ITestAttachment actionRecording
)
void SetDefaultForTestCase(
    int testCaseId,
    ITestAttachment^ actionRecording
)
abstract SetDefaultForTestCase : 
        testCaseId:int *
        actionRecording:ITestAttachment -> unit
Sub SetDefaultForTestCase (
    testCaseId As Integer,
    actionRecording As ITestAttachment
)

Parameters

See Also

ITestAttachment
IActionRecordingHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top