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 | |
---|---|---|
Create | Returns a new resolution state object. | |
CreateFromFile | Creates a test resolution state object from an XML file. | |
Find | Returns a specified test resolution state object. | |
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.