IActionRecordingHelper Interface

Provides a mapping connection between action recordings and their associated test cases.

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

Syntax

'Declaration
Public Interface IActionRecordingHelper
public interface IActionRecordingHelper
public interface class IActionRecordingHelper
type IActionRecordingHelper =  interface end
public interface IActionRecordingHelper

The IActionRecordingHelper type exposes the following members.

Methods

  Name Description
Public method CheckActionRecordingExists Takes list of test case Ids and Returns a bool list telling whether corresponding test cases has afn strip or not
Public method Create Creates and returns an action recording by using a local file on disk.
Public method GetDefaultForTestCase Returns the default action recording for the specified test case.
Public method SetDefaultForTestCase Sets the provided action recording as the default action recording for the specified test case.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCase