Share via


IActionRecordingHelper.SetDefaultForTestCase Method

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

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

Parameters

  • testCaseId
    Type: Int32

    The ID for the test case.

.NET Framework Security

See Also

Reference

IActionRecordingHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestAttachment