ITestResolutionStateHelper Interface

Provides helper methods for test resolution state objects in Visual Studio Test Professional.

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

Syntax

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

The ITestResolutionStateHelper type exposes the following members.

Methods

  Name Description
Public method Create Returns a new resolution state object.
Public method CreateFromFile Creates a test resolution state object from an XML file.
Public method Find Returns a specified test resolution state object.
Public method Query Returns all test resolution state objects that are defined for the current team project.

Top

Remarks

This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class. But you can use this interface in a custom class if a TCM object returns an internal implementation.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestResolutionState