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.

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)

void SetDefaultForTestCase(
	int testCaseId,
	ITestAttachment^ actionRecording
)

Parameters

testCaseId
Type: System::Int32

The ID for the test case.

actionRecording
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestAttachment^

An ITestAttachment that represents an action recording.

Return to top
Show: